Update deployment

This commit is contained in:
Martin Lablans
2022-09-30 15:35:37 +02:00
parent 7692c4e889
commit d89c08702c
2 changed files with 7 additions and 6 deletions

View File

@@ -70,7 +70,7 @@ done
# If anything is updated, restart service
if [ $git_updated = "true" ] || [ $docker_updated = "true" ]; then
log "INFO" "Update detected, now restarting bridgehead"
systemctl restart 'bridgehead@*'
sudo /bin/systemctl restart bridgehead@*.service
else
log "INFO" "Nothing updated, nothing to restart."
fi