Add -s to another parted line

This commit is contained in:
Richard Goodwin
2018-10-30 08:59:57 -05:00
parent 14d1e52a9f
commit e3230483bc
2 changed files with 2 additions and 1 deletions

View File

@@ -170,6 +170,7 @@ function create_usb_drive_backing_files () {
if [ ! -e /dev/mmcblk0p3 ]
then
setup_progress "Starting to create backing files partition..."
/tmp/create-backingfiles-partition.sh "$BACKINGFILES_MOUNTPOINT" "$MUTABLE_MOUNTPOINT"
fi