pnut-matrix/run.sh
Morgan McMillian d48bcef3e3
All checks were successful
git.dreamfall.space/pnut-matrix/pipeline/head This commit looks good
fix run script
2025-01-15 13:12:01 -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 $?