adjust startup timing
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
#!/bin/bash
|
||||
sleep 2
|
||||
sleep 5
|
||||
|
||||
while [[ -e /state/.starting ]]; do
|
||||
sleep 1
|
||||
sleep 5
|
||||
done
|
||||
|
||||
echo "streaming starting..."
|
||||
|
||||
Reference in New Issue
Block a user