This commit is contained in:
Bob Mottram 2017-04-12 15:21:29 +01:00
parent 1d32397ab5
commit 90a148a8c2
1 changed files with 1 additions and 0 deletions

View File

@ -146,6 +146,7 @@ function upgrade_gogs {
fi fi
gogs_parameters gogs_parameters
echo "gogs binary upgrade: ${GOGS_BIN}"
if [ ! -d ${INSTALL_DIR} ]; then if [ ! -d ${INSTALL_DIR} ]; then
mkdir -p ${INSTALL_DIR} mkdir -p ${INSTALL_DIR}