Quote correction

gf-arm64
ShaneTheAwesome 4 years ago
parent e5578d58c6
commit b5fc852475

@ -503,7 +503,7 @@ fi;
ui_print " ";
ui_print "Unmounting...";
$bootmode || { if [ "$sysroot" ]; then umount /$sysroot; else umount /system; fi; }
$bootmode || { if [ "$sysroot" ]; then umount "/$sysroot"; else umount /system; fi; }
rm -rf "$filedir";
sync;

Loading…
Cancel
Save