Remove any existing gogs install

This commit is contained in:
Bob Mottram 2016-09-28 17:56:08 +01:00
parent 3361babb54
commit 0373f04ecb
1 changed files with 2 additions and 0 deletions

View File

@ -145,6 +145,7 @@ function upgrade_gogs {
if [ ! -d $INSTALL_DIR/gogs ]; then
exit 37823
fi
rm -rf /home/$GOGS_USERNAME/*
cp -r $INSTALL_DIR/gogs/* /home/$GOGS_USERNAME
if [ -f ${GOGS_FILE} ]; then
rm ${GOGS_FILE}
@ -377,6 +378,7 @@ function install_gogs {
if [ ! -d $INSTALL_DIR/gogs ]; then
exit 37823
fi
rm -rf /home/$GOGS_USERNAME/*
cp -r $INSTALL_DIR/gogs/* /home/$GOGS_USERNAME
if [ -f ${GOGS_FILE} ]; then
rm ${GOGS_FILE}