mirror of
https://github.com/FriendlyNeighborhoodShane/MinMicroG
synced 2024-11-18 15:25:35 +00:00
Quote correction
This commit is contained in:
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…
Reference in New Issue
Block a user