From 776a713fcd7216d0d688c4fe33215ee8d3b4391a Mon Sep 17 00:00:00 2001 From: nippy Date: Sat, 29 Aug 2026 15:59:11 +0200 Subject: fix --- releng/airootfs/etc/profile.d/raveos-fastfetch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'releng/airootfs/etc/profile.d/raveos-fastfetch.sh') 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 -- cgit v1.3