Added block so all users can start at once

This commit is contained in:
sose 2018-09-14 19:41:56 +02:00
parent dc54640143
commit 69e7e2ec9b
2 changed files with 9 additions and 0 deletions

1
gamestatus Normal file
View File

@ -0,0 +1 @@
1

View File

@ -1,3 +1,11 @@
#!/bin/sh
. /etc/profile.d/apps-bin-path.sh
echo "The game has not started yet! Grab a cup of tea, or just wait here."
while test -z $(cat /home/slbr/gamestatus) || break
do
printf "."
sleep 1
done
echo "READY.......BEGIN!"
sleep 1
lxc exec $(whoami) /usr/bin/tmuxinit.sh