Unverified Commit 3ea0d86e authored by Kroese's avatar Kroese Committed by GitHub
Browse files

Update power.sh

parent 70030e9d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -179,7 +179,7 @@ _graceful_shutdown() {
        info "Waiting for $(app) to shut down... ($cnt/$max)"
      fi
    else
      info "$(app) is still running, sending SIGTERM... ($cnt/$max)"
      info "$(echo $(app) | sed 's/.*/\u&/') is still running, sending SIGTERM... ($cnt/$max)"
      { kill -15 -- "$pid" && wait $! || :; } 2>/dev/null
    fi