mirror of
https://github.com/cimryan/teslausb.git
synced 2026-03-01 04:30:33 +00:00
removing a couple more references here too
This commit is contained in:
@@ -95,14 +95,14 @@ function create_usb_drive_backing_files () {
|
|||||||
/tmp/create-backingfiles-partition.sh "$BACKINGFILES_MOUNTPOINT"
|
/tmp/create-backingfiles-partition.sh "$BACKINGFILES_MOUNTPOINT"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if ! findmnt --mountpoint /backingfiles
|
if ! findmnt --mountpoint $BACKINGFILES_MOUNTPOINT
|
||||||
then
|
then
|
||||||
echo "Mounting the partition for the backing files..."
|
echo "Mounting the partition for the backing files..."
|
||||||
mount /backingfiles
|
mount $BACKINGFILES_MOUNTPOINT
|
||||||
echo "Mounted the partition for the backing files."
|
echo "Mounted the partition for the backing files."
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ ! -e /backingfiles/*.bin ]
|
if [ ! -e $BACKINGFILES_MOUNTPOINT/*.bin ]
|
||||||
then
|
then
|
||||||
/tmp/create-backingfiles.sh "$campercent" "$BACKINGFILES_MOUNTPOINT"
|
/tmp/create-backingfiles.sh "$campercent" "$BACKINGFILES_MOUNTPOINT"
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user