pnut-matrix/run.sh
Morgan McMillian d53a233dc7
All checks were successful
git.dreamfall.space/pnut-matrix/pipeline/head This commit looks good
once more fix the thing
2025-01-15 13:16:38 -08:00

10 lines
102 B
Bash
Executable file

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