Don't use wildcard in sudoers to support sudo-rs (#392)

This commit is contained in:
Tim Schumacher
2026-06-30 15:28:25 +02:00
committed by GitHub
parent f549f95b2c
commit d7c01594de
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -98,7 +98,7 @@ if [ $git_updated = "true" ] || [ $docker_updated = "true" ]; then
RES="Updates detected, now restarting bridgehead:\n$CHANGES"
log "INFO" "$RES"
hc_send log "$RES"
sudo /bin/systemctl restart bridgehead@*.service
sudo /bin/systemctl restart bridgehead@${PROJECT}.service
else
RES="Nothing updated, nothing to restart."
log "INFO" "$RES"