excute multiple

This commit is contained in:
qiaofeng1227 2023-09-15 16:00:21 +08:00
parent c262cfaa35
commit 91f0d2f6bb

View File

@ -3,5 +3,8 @@
s6-svwait -u /etc/s6/gitea
pushd /root >/dev/null
exec 2>&1
exec /usr/local/bin/init.sh
echo "init.sh has been executed" > /var/run/init.sh.executed
wait
popd