Improved errorhandling of sw install

This commit is contained in:
Daniel Pätzold
2026-03-12 10:35:30 +01:00
parent 7e7b7753bb
commit b1e5752318
3 changed files with 6 additions and 2 deletions
+2
View File
@@ -64,6 +64,8 @@ if [[ $INST_RET -ne 0 ]]; then
elog_add "If you want to change this, make a FreeIPA sudoers rule for the script sync_client_software.sh with !authenticate for you and become a member."
else
elog_add "*** Error executing software sync and install, please check your output! ***"
# TODO: This is not working due to the above Command. Redesign command to make it work
exit 1
fi
fi