Set exitcodes

Set exitcodes
This commit is contained in:
Kroese 2023-05-03 17:39:08 +02:00 committed by GitHub
commit b262da4616
2 changed files with 3 additions and 1 deletions

View File

@ -212,3 +212,5 @@ rm -rf "$TMP"
{ set +x; } 2>/dev/null
[ "$DEBUG" = "Y" ] && echo
exit 0

View File

@ -247,4 +247,4 @@ fi
[ "$DEBUG" = "Y" ] && echo && echo "Finished network setup.." && echo
echo "" > /dev/null # ??
exit 0