Fixed some old relecis

This commit is contained in:
root
2022-03-02 14:57:27 +01:00
parent ab33a03a51
commit ccaffcf72d
3 changed files with 1 additions and 7 deletions

View File

@@ -32,6 +32,7 @@ done
if [ $git_updated = "true" ] || [ $docker_updated = "true" ]; then
log "INFO" "Due to previous updates now restarting $service@$1"
systemctl restart "$service@$1.service"
./lib/generate.sh
fi
log "INFO" "checking updates finished"
exit 0