exit code 0 on script end

This commit is contained in:
Heavybullets8 2022-08-25 22:00:26 -06:00
parent 51016ea135
commit 212e894744

View File

@ -163,4 +163,4 @@ elif [[ "$sync" == "true" && -z "$backup" ]]; then # If only sync is true, run i
fi fi
[[ "$update_all_apps" == "true" || "$update_apps" == "true" ]] && commander [[ "$update_all_apps" == "true" || "$update_apps" == "true" ]] && commander
[[ "$prune" == "true" ]] && prune [[ "$prune" == "true" ]] && prune
exit 0