aboutsummaryrefslogtreecommitdiff
path: root/network
diff options
context:
space:
mode:
Diffstat (limited to 'network')
-rwxr-xr-xnetwork5
1 files changed, 0 insertions, 5 deletions
diff --git a/network b/network
index 5a261b4..9cd6109 100755
--- a/network
+++ b/network
@@ -210,11 +210,6 @@ case "$1" in
fi
;;
stop)
- #if ck_daemon network; then
- # echo "Network is not running. Try 'network start'"
- # exit
- #fi
-
if [[ $NETWORK_PERSIST =~ yes|YES && $RUNLEVEL == [06] ]]; then
status "Skipping Network Shutdown" true
exit 0