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