Skip to content
Snippets Groups Projects
Commit 2ed8cbd1 authored by bta's avatar bta
Browse files

Use start instead of isolate, or NetworkManager will get stopped.

parent 1ae3a356
No related branches found
No related tags found
No related merge requests found
/bin/sleep
\ No newline at end of file
File added
......@@ -213,7 +213,7 @@ start() {
rm /local/iptables >/dev/null 2>&1
rm /local/iptables.prev >/dev/null 2>&1
rm /local/mk-homedir >/dev/null 2>&1
/usr/bin/systemctl isolate graphical && exit 0
/usr/bin/systemctl start graphical && exit 0
fi
echo "Fatal error(s): missing or wrong web service reply, abort."
exit 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment