Quote correction

This commit is contained in:
ShaneTheAwesome 2020-02-10 08:38:16 +04:00
parent e5578d58c6
commit b5fc852475

View File

@ -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;