dev: remove the pid output

On certain kinds of service failures it blocks forever.
This commit is contained in:
Jeremy Wall 2024-08-11 08:41:49 -04:00
parent bd6bcddc3e
commit 5c336ecfa6

View File

@ -14,7 +14,7 @@ if [ -f "$HOME/Library/Application Support/dnvm/env" ]; then
fi
function service_restart() {
launchctl kickstart -k -p $1
launchctl kickstart -k $1
}
function root_shell() {