mirror of
https://github.com/linuxserver/docker-kasm.git
synced 2026-01-23 02:24:38 +00:00
need wizard kill
This commit is contained in:
parent
37bad2667c
commit
10af211881
1 changed files with 5 additions and 0 deletions
|
|
@ -8,5 +8,10 @@ while true; do
|
|||
sleep 1
|
||||
done
|
||||
|
||||
# Don't do anything if wizard is disabled
|
||||
if [ -f "/opt/NO_WIZARD" ]; then
|
||||
sleep infinity
|
||||
fi
|
||||
|
||||
cd /wizard
|
||||
/usr/bin/node index.js
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue