mirror of
https://github.com/uroni/urbackup_backend.git
synced 2025-10-26 11:36:50 +00:00
Newer mount tools seem to need the loop option for loop mounts
This commit is contained in:
parent
3af99a756c
commit
526f0d0caa
@ -288,7 +288,7 @@ then
|
||||
$DAEMON $S_DAEMON $DAEMON_ARGS
|
||||
sleep 3
|
||||
echo "Starting mounting..."
|
||||
mount -v -o ro "$MOUNTVHD_TMPDIR/volume" "$MOUNTVHD_MOUNTPOINT"
|
||||
mount -v -o loop,ro "$MOUNTVHD_TMPDIR/volume" "$MOUNTVHD_MOUNTPOINT"
|
||||
else
|
||||
if [ "x$DECOMPRESS" = "x" ]; then
|
||||
cd $DAEMON_DIR
|
||||
|
||||
Loading…
Reference in New Issue
Block a user