slight changes to the updating process to restart after such an event

This commit is contained in:
2026-07-05 11:40:06 +02:00
parent a8bce26eab
commit 9e3b54c1b1
3 changed files with 12 additions and 2 deletions
+2
View File
@@ -621,6 +621,8 @@ EOF
cleanup_old_dist_artifacts
cleanup_docker_dangling_images
log_message "Update completed successfully to release $latest_tag"
sudo ./opt/Inventarsystem/restart.sh
}
main "$@"