fix: always exec init command
This commit is contained in:
parent
ed41d4a2f5
commit
09e2fc5e57
|
@ -1,5 +1,3 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
if [ ! -f "/data/conf/config.yaml" ]; then
|
/usr/bin/answer init
|
||||||
/usr/bin/answer init
|
/usr/bin/answer run -c /data/conf/config.yaml
|
||||||
fi
|
|
||||||
/usr/bin/answer run -c /data/conf/config.yaml
|
|
||||||
|
|
Loading…
Reference in New Issue