Use consistent bash5 style for conditionals and quoting
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
echo "Remove alternative limine.conf files"
|
||||
|
||||
if omarchy-cmd-present limine; then
|
||||
if [ ! -f /boot/limine.conf ]; then
|
||||
if [[ ! -f /boot/limine.conf ]]; then
|
||||
echo "Error: /boot/limine.conf does not exist. Do not reboot without resolving this issue!"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user