feat: Show daemon log

* feat: Show daemon log
This commit is contained in:
Kroese
2023-12-28 17:58:07 +01:00
committed by GitHub
parent d09588b915
commit 973efa2d27
7 changed files with 33 additions and 24 deletions

View File

@@ -3,8 +3,8 @@ set -Eeuo pipefail
: ${VM_NET_DEV:='eth0'}
[ -f "/run/qemu.count" ] && echo "QEMU is shutting down.." && exit 1
[ ! -f "/run/qemu.pid" ] && echo "QEMU not running yet.." && exit 0
[ -f "/run/qemu.end" ] && echo "QEMU is shutting down.." && exit 1
[ ! -f "/run/qemu.pid" ] && echo "QEMU is not running yet.." && exit 0
file="/run/dsm.url"
[ ! -f "$file" ] && echo "DSM has not enabled networking yet.." && exit 1