about ready to start testingabout ready to start testing
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
#!/bin/bash
|
||||
sleep 2
|
||||
|
||||
while [[ -e /state/.starting ]]; do
|
||||
sleep 1
|
||||
done
|
||||
|
||||
echo "streaming starting..."
|
||||
|
||||
cd /mastodon/app
|
||||
exec envdir /state/envdir chpst -u mastodon:mastodon bash -c "npm run start"
|
||||
|
||||
Reference in New Issue
Block a user