Skip to content

Commit

Permalink
fixes uird.changes
Browse files Browse the repository at this point in the history
  • Loading branch information
neobht committed Jan 5, 2017
1 parent fd71961 commit 47cdea8
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions modules.d/00uird/livekit/livekitlib
Original file line number Diff line number Diff line change
Expand Up @@ -1645,12 +1645,13 @@ setup_changes()
CHANGESMNT=$DATA_FROM

if [ -f "$CHANGESMNT" ] ;then
echolog $default" $SETUP_MACHINES_UNPACKING $yellow$CHANGESMNT$default $SETUP_MACHINES_TO_RAM \($2\)"
unsquashfs -f -d "$2" "$CHANGESMNT" # >/dev/null 2>&1
echolog $default" $SETUP_MACHINES_UNPACKING $yellow$CHANGESMNT$default $SETUP_MACHINES_TO_RAM ($2)"
unsquashfs -f -d "$2" "$CHANGESMNT" # >/dev/null 2>&1
fi
[ -z "$CHANGESMNT" ] && CHANGESMNT=$CHANGESVAL
echo "$CHANGESMNT" > $2/.savetomodule
touch $1/.lock
losetup $(losetup -f) $1/.lock
touch $(dirname $CHANGESMNT)/.lock
losetup $(losetup -f) $(dirname $CHANGESMNT)/.lock
fi
# posix_test $1 $2
}
Expand Down

0 comments on commit 47cdea8

Please sign in to comment.