diff --git a/startup.sh b/startup.sh index 7fef9f7..b31b92c 100755 --- a/startup.sh +++ b/startup.sh @@ -5,7 +5,7 @@ set -eo pipefail # Cancel execution of system-wide punktdateien-bashrc if user-wide installation is detected if [ -n "${BASHRCD_SYSTEM}" ] && [ -d "${HOME}/.bashrc.d" ] && [ -f "${HOME}/.bashrc.d/startup.sh" ]; then set +eo pipefail - exit 0 + return 0 fi # Define variables