mirror of
https://github.com/mindoc-org/mindoc.git
synced 2025-04-05 20:17:53 +08:00
10 lines
190 B
Bash
10 lines
190 B
Bash
#!/bin/bash
|
|
set -eux
|
|
|
|
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 |