Fix negation in check for existing backing files.

This commit is contained in:
cimryan
2018-10-24 19:28:44 -07:00
parent b57d769062
commit eb8f664bf5

View File

@@ -102,7 +102,7 @@ function create_usb_drive_backing_files () {
echo "Mounted the partition for the backing files."
fi
if [! -e /backingfiles/*.bin ]
if [ ! -e /backingfiles/*.bin ]
then
/tmp/create-backingfiles.sh "$campercent" "$BACKINGFILES_MOUNTPOINT"
fi