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

Update power.sh

parent c0779faf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -88,7 +88,7 @@ finish() {
          134 ) display="SIGABRT" ;;
          143 ) display="SIGTERM" ;;
        esac
        echo && error "Forcefully terminating $(app), reason: $display..."
        error "Forcefully terminating $(app), reason: $display..."
        { disown "$pid" || :; kill -9 -- "$pid" || :; } 2>/dev/null
      fi
    fi