We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36beb42 commit a09f331Copy full SHA for a09f331
update.sh
@@ -592,6 +592,7 @@ start_application() {
592
if [ "$SERVICE_WAS_RUNNING" = true ] && check_service; then
593
log "Service was running before update, re-enabling and starting systemd service..."
594
if systemctl enable --now pvescriptslocal.service; then
595
+ systemctl restart pvescriptslocal.service
596
log_success "Service enabled and started successfully"
597
# Wait a moment and check if it's running
598
sleep 2
0 commit comments