summaryrefslogtreecommitdiff
path: root/releng/airootfs/etc/profile.d
diff options
context:
space:
mode:
authornippy <nippy@nippy-Mac-mini.lan>2026-08-29 15:59:11 +0200
committernippy <nippy@nippy-Mac-mini.lan>2026-08-29 15:59:11 +0200
commit776a713fcd7216d0d688c4fe33215ee8d3b4391a (patch)
treebb7a860c3c53c71cf4c5b80de1f7d00e0b13770d /releng/airootfs/etc/profile.d
parentcda2f7feeeb95ad109f942d3a52d2c8b52269218 (diff)
downloadRaveOS-build-iso-776a713fcd7216d0d688c4fe33215ee8d3b4391a.tar.gz
RaveOS-build-iso-776a713fcd7216d0d688c4fe33215ee8d3b4391a.zip
fix
Diffstat (limited to 'releng/airootfs/etc/profile.d')
-rw-r--r--releng/airootfs/etc/profile.d/raveos-fastfetch.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/releng/airootfs/etc/profile.d/raveos-fastfetch.sh b/releng/airootfs/etc/profile.d/raveos-fastfetch.sh
index c97dc67..55460b8 100644
--- a/releng/airootfs/etc/profile.d/raveos-fastfetch.sh
+++ b/releng/airootfs/etc/profile.d/raveos-fastfetch.sh
@@ -1,7 +1,7 @@
#!/bin/bash
# RaveOS terminal greeting
# Guard: prevent double execution (login shell profile.d + .bashrc)
-[[ -n "$_RAVEOS_GREETING_DONE" ]] && return 2>/dev/null
+[[ -n "$_RAVEOS_GREETING_DONE" ]] && { return 2>/dev/null || exit 0; }
_RAVEOS_GREETING_DONE=1
if command -v fastfetch &>/dev/null; then