Fix conditional
This commit is contained in:
parent
39e0cf3a37
commit
256a49ee53
@ -4,7 +4,7 @@ set -e
|
|||||||
|
|
||||||
FIRST_RUN_MODE=~/.local/state/omarchy/first-run.mode
|
FIRST_RUN_MODE=~/.local/state/omarchy/first-run.mode
|
||||||
|
|
||||||
if [[ -f FIRST_RUN_MODE ]]; then
|
if [[ -f "$FIRST_RUN_MODE" ]]; then
|
||||||
rm -f FIRST_RUN_MODE
|
rm -f FIRST_RUN_MODE
|
||||||
$OMARCHY_PATH/install/first-run/battery-monitor.sh
|
$OMARCHY_PATH/install/first-run/battery-monitor.sh
|
||||||
$OMARCHY_PATH/install/first-run/firewall.sh
|
$OMARCHY_PATH/install/first-run/firewall.sh
|
||||||
|
Loading…
x
Reference in New Issue
Block a user