aboutsummaryrefslogtreecommitdiff
path: root/env/.local/bin/system/neoboot.sh
diff options
context:
space:
mode:
authoriceyrazor <iceyrazor@mailfence.com>2026-06-10 00:48:19 -0500
committericeyrazor <iceyrazor@mailfence.com>2026-06-10 00:48:19 -0500
commit2097b0ebfdd07ae7a8295c26703d8d88ee7a5f8f (patch)
tree97edcae29f2817f045e0fda462609679935a6fb1 /env/.local/bin/system/neoboot.sh
parent09156e6cea71093079af580acdd6d4a8594e14b9 (diff)
Squashed commit of the following:
made all scripts mostly posix moved from gajim to dino
Diffstat (limited to 'env/.local/bin/system/neoboot.sh')
-rwxr-xr-xenv/.local/bin/system/neoboot.sh4
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