From 2097b0ebfdd07ae7a8295c26703d8d88ee7a5f8f Mon Sep 17 00:00:00 2001 From: iceyrazor Date: Wed, 10 Jun 2026 00:48:19 -0500 Subject: Squashed commit of the following: made all scripts mostly posix moved from gajim to dino --- env/.local/bin/system/neoboot.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'env/.local/bin/system/neoboot.sh') 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 -- cgit v1.3