No return

This commit is contained in:
Bob Mottram 2016-09-28 16:11:31 +01:00
parent 68de1b3964
commit b8205d8871
1 changed files with 1 additions and 2 deletions

View File

@ -37,13 +37,13 @@ GIT_DOMAIN_NAME=
GIT_CODE=
GIT_ONION_PORT=8090
GIT_ADMIN_PASSWORD=
GOGS_BIN=
function change_password_gogs {
echo -n ''
}
function gogs_parameters {
CURR_ARCH=
if [[ $ARCHITECTURE == *"386" || $ARCHITECTURE == *"686" ]]; then
CURR_ARCH=386
fi
@ -65,7 +65,6 @@ function gogs_parameters {
if [[ $ARCHITECTURE == *"386" || $ARCHITECTURE == *"686" ]]; then
CURR_ARCH=386
fi
return
fi
GOGS_BIN="https://github.com/gogits/gogs/releases/download/v${GOGS_VERSION}/linux_${CURR_ARCH}.tar.gz"