mirror of
https://github.com/unraid/api.git
synced 2026-01-23 00:49:39 -06:00
fix: clean out commented code in stop()
This commit is contained in:
@@ -177,9 +177,6 @@ startdebug() {
|
||||
}
|
||||
stop() {
|
||||
kill $(pidof unraid-api) &>/dev/null || true
|
||||
#if [ -f "$node_base_directory/unraid-api/unraid-api" ]; then
|
||||
# $node_base_directory/unraid-api/unraid-api stop || true
|
||||
#fi
|
||||
sleep 2
|
||||
kill -9 $(pidof unraid-api) &>/dev/null || true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user