remove squashfs symlink before creating it again

This commit is contained in:
Simon Bruder 2018-10-21 14:01:53 +00:00
parent 620da5bddd
commit 9df091f954
No known key found for this signature in database
GPG key ID: 6F03E0000CC5B62F

View file

@ -4,6 +4,7 @@ set -e
cd /var/lib/labsync
rm "$LABSYNC_SQUASHFS_FILE"
ln -s "$LABSYNC_SQUASHFS_LV" "$LABSYNC_SQUASHFS_FILE"
exec aria2c \