mirror of
https://github.com/mindoc-org/mindoc.git
synced 2025-04-05 20:17:53 +08:00
12 lines
249 B
Bash
12 lines
249 B
Bash
#!/bin/sh
|
|
set -e
|
|
|
|
cd /mindoc/
|
|
|
|
if [ ! -f "/mindoc/conf/app.conf" ] ; then
|
|
cp /mindoc/conf/app.conf.example /mindoc/conf/app.conf
|
|
fi
|
|
|
|
export ZONEINFO=/mindoc/lib/time/zoneinfo.zip
|
|
/mindoc/mindoc_linux_amd64 install
|
|
exec /mindoc/mindoc_linux_amd64 |