container/hub: sync with script via file
Create a file in the hub container the share directory that will signal to the outside that we are done with the setup.
This commit is contained in:
parent
7a366eca7a
commit
1effdc7a2c
2 changed files with 11 additions and 2 deletions
|
|
@ -54,5 +54,8 @@ fi
|
|||
# ensure /mnt/koji is owned by apache
|
||||
chown -R apache:apache /mnt/koji
|
||||
|
||||
# signal we are ready via a file
|
||||
touch /share/hub.init
|
||||
|
||||
# run apache
|
||||
httpd -DFOREGROUND
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue