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

Update power.sh

parent e887dc23
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -131,7 +131,6 @@ _graceful_shutdown() {
  local sig="$1"
  local pid=""
  local code=0
  local app="$(app)"

  case "$sig" in
    SIGHUP)  code=129 ;;