Morgan McMillian
7358159293
All checks were successful
git.dreamfall.space/pnut-matrix/pipeline/head This commit looks good
10 lines
98 B
Bash
Executable file
10 lines
98 B
Bash
Executable file
!#/bin/bash
|
|
|
|
cd /data
|
|
|
|
appservice -c config.toml &
|
|
pnutservice -c config.toml &
|
|
|
|
wait -n
|
|
|
|
exit $?
|