Initial import
This commit is contained in:
7
entrypoint.sh.tmpl
Normal file
7
entrypoint.sh.tmpl
Normal file
@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
if [[ ! -f /data/homeserver.yaml ]]; then
|
||||
/start.py generate
|
||||
fi
|
||||
|
||||
/start.py
|
||||
Reference in New Issue
Block a user