do not fail if squashfs torrent does not exist
This commit is contained in:
parent
9df091f954
commit
47a69024e5
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ set -e
|
|||
|
||||
cd /var/lib/labsync
|
||||
|
||||
rm "$LABSYNC_SQUASHFS_FILE"
|
||||
rm -f "$LABSYNC_SQUASHFS_FILE"
|
||||
ln -s "$LABSYNC_SQUASHFS_LV" "$LABSYNC_SQUASHFS_FILE"
|
||||
|
||||
exec aria2c \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue