pnut-matrix/run.sh
Morgan McMillian 7358159293
All checks were successful
git.dreamfall.space/pnut-matrix/pipeline/head This commit looks good
update entrypoint for container image
2025-01-15 12:16:52 -08:00

10 lines
98 B
Bash
Executable file

!#/bin/bash
cd /data
appservice -c config.toml &
pnutservice -c config.toml &
wait -n
exit $?