fix: clean out commented code in stop()

This commit is contained in:
Eric Schultz
2021-03-22 16:14:39 -07:00
parent fc6bffe596
commit 5109ff50a0

View File

@@ -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
}