added exit1 in MODIFY .bashrc

This commit is contained in:
2026-07-19 09:59:56 +01:00
parent ab0b1cd7cc
commit 6ffbb1bde2

View File

@@ -115,6 +115,7 @@ if [[ -f "$script_dir/NEEDED-FOR-INSTALLER" ]]; then
echo "[ Updated .bashrc ]"
else
echo "[ ERROR: NEEDED-FOR-INSTALLER missing ]"
exit 1
fi
# ========================