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
+3
View File
@@ -74,4 +74,7 @@ fi
echo "Sucessfully synced."
if [ $1 == "install" ]; then
${CLIENT_SOFTWARE_DST}/source/install.sh
if [ $? -ne 0 ]; then
exit 1
fi
fi