diff --git a/modules/system/activation/switch-to-configuration.sh b/modules/system/activation/switch-to-configuration.sh index a7d25a6c80c2..b80945d115d1 100644 --- a/modules/system/activation/switch-to-configuration.sh +++ b/modules/system/activation/switch-to-configuration.sh @@ -26,7 +26,7 @@ if [ "$action" = "switch" -o "$action" = "boot" ]; then if [ "@bootLoader@" = "grub" ]; then - if [ -n "@grubDevices@" ]; then + if [ -n '@grubDevices@' ]; then mkdir -m 0700 -p /boot/grub @menuBuilder@ @out@