mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-07-28 15:36:29 +00:00
Make getty for serial/tty same (#850)
* Make getty for serial/tty same * adjust log output
This commit is contained in:
parent
813030bb4c
commit
22f7777099
@ -1,3 +0,0 @@
|
|||||||
[Unit]
|
|
||||||
Requires=docker.service
|
|
||||||
After=docker.service
|
|
@ -1,2 +0,0 @@
|
|||||||
[Service]
|
|
||||||
TTYVTDisallocate=no
|
|
@ -1,3 +0,0 @@
|
|||||||
[Unit]
|
|
||||||
Requires=docker.service
|
|
||||||
After=docker.service
|
|
@ -14,7 +14,7 @@ if [ "$(docker ps -q -f name=hassio_cli)" ]; then
|
|||||||
/bin/ash -l
|
/bin/ash -l
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
echo "[ERROR] Somethings going wrong! Jump into emergency console..."
|
echo "[WARN] Home Assistant CLI is not running! Jump into emergency console..."
|
||||||
/bin/ash -l
|
/bin/ash -l
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user