diff options
Diffstat (limited to 'env/.local/bin/system/neoboot.sh')
| -rwxr-xr-x | env/.local/bin/system/neoboot.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/env/.local/bin/system/neoboot.sh b/env/.local/bin/system/neoboot.sh index 014f4b1..e93af89 100755 --- a/env/.local/bin/system/neoboot.sh +++ b/env/.local/bin/system/neoboot.sh @@ -1,12 +1,12 @@ #!/bin/sh normal() { - fastfetch -c $HOME/.config/fastfetch/ascii.jsonc + fastfetch -c "$HOME/.config/fastfetch/ascii.jsonc" printf "\n" } if [ -z $(pgrep VRChat) ]; then - if [[ "$(cat /etc/hostname)" == "Witchen" ]]; then + if [ "$(cat /etc/hostname)" = "Witchen" ]; then normal else normal |
