aboutsummaryrefslogtreecommitdiff
path: root/network
diff options
context:
space:
mode:
Diffstat (limited to 'network')
-rwxr-xr-xnetwork2
1 files changed, 1 insertions, 1 deletions
diff --git a/network b/network
index 20ff9c7..eac824e 100755
--- a/network
+++ b/network
@@ -220,7 +220,7 @@ case "$1" in
# exit
#fi
- if [[ $NETWORK_PERSIST =~ yes|YES ]]; then
+ if [[ $NETWORK_PERSIST =~ yes|YES && $RUNLEVEL == [06] ]]; then
status "Skipping Network Shutdown" true
exit 0
fi