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

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

This reverts commit 2ed8cbd1.

The bta-no-usbpen was a link to /bin/sleep.
parent 9b8bd1e7
No related branches found
No related tags found
No related merge requests found
File deleted
/bin/sleep
\ No newline at end of file
......@@ -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 start graphical && exit 0
/usr/bin/systemctl isolate 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