mirror of
https://github.com/mindoc-org/mindoc.git
synced 2025-04-05 20:17:53 +08:00
12 lines
201 B
Bash
12 lines
201 B
Bash
#!/bin/bash
|
|
set -e
|
|
|
|
cd /mindoc/
|
|
|
|
if [ ! -f "/mindoc/conf/app.conf" ] ; then
|
|
cp /mindoc/conf/app.conf.example /mindoc/conf/app.conf
|
|
fi
|
|
|
|
/mindoc/mindoc_linux_amd64 install
|
|
|
|
/mindoc/mindoc_linux_amd64 |