From 5f5784e7c31ef1f918f65dc4cb5e26dc47cfa3c5 Mon Sep 17 00:00:00 2001 From: Aiirondev Date: Sun, 5 Jul 2026 11:52:57 +0200 Subject: [PATCH] addition of a debuging step --- update.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/update.sh b/update.sh index 8953032..6909d1e 100755 --- a/update.sh +++ b/update.sh @@ -623,6 +623,7 @@ EOF log_message "Update completed successfully to release $latest_tag" sudo ./opt/Inventarsystem/restart.sh + echo "Restart of the Server Completet" } main "$@"