added zeo_db
This commit is contained in:
8
src/webui/run.sh
Normal file → Executable file
8
src/webui/run.sh
Normal file → Executable file
@@ -1,9 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
# We need to add a empty Data.fs if it does not exist
|
||||
# as zeo will not start without on.
|
||||
if [ ! -f /var/zeo/fs/Data.fs ]; then
|
||||
touch /var/zeo/fs/Data.fs
|
||||
fi
|
||||
|
||||
exec /usr/local/bin/runzeo -a 8100 -C /etc/zeo.conf
|
||||
exec python3 -m flask run --host=0.0.0.0
|
||||
|
||||
Reference in New Issue
Block a user