mirror of
https://github.com/Websoft9/websoft9.git
synced 2025-01-24 10:17:15 +08:00
8 lines
98 B
Bash
8 lines
98 B
Bash
#!/bin/bash
|
|
|
|
s6-svwait -u /etc/s6/gitea
|
|
|
|
pushd /root >/dev/null
|
|
exec /usr/local/bin/init.sh
|
|
popd
|