Cleanup scripts

This commit is contained in:
2025-06-12 01:20:44 -04:00
parent 5e80dc91b1
commit 8d6dd209dd
6 changed files with 8 additions and 9 deletions

View File

@@ -53,5 +53,5 @@ script-deploy-manual() {
# Allow script to be safely sourced
if [[ "${BASH_SOURCE[0]}" == "${0}" ]]; then
script-deploy-manual "$@"
exit $?
exit
fi