mirror of
https://github.com/rommapp/romm.git
synced 2026-06-28 06:46:00 +00:00
workflow build task moved to external script
This commit is contained in:
11
docker/init_scripts/init
Executable file
11
docker/init_scripts/init
Executable file
@@ -0,0 +1,11 @@
|
||||
#!/bin/bash
|
||||
|
||||
/init_back &
|
||||
|
||||
/init_front &
|
||||
|
||||
# Wait for any process to exit
|
||||
wait -n
|
||||
|
||||
# Exit with status of process that exited first
|
||||
exit $?
|
||||
Reference in New Issue
Block a user