Skip to content
Snippets Groups Projects
Commit b8205d88 authored by Bob Mottram's avatar Bob Mottram
Browse files

No return

parent 68de1b39
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment