Project name

This commit is contained in:
Bob Mottram 2015-12-29 15:18:08 +00:00
parent d1be707295
commit 4910c8c441
1 changed files with 3 additions and 3 deletions

View File

@ -41,10 +41,10 @@ DEFAULT_LANGUAGE=$(echo $LANG)
GENERIC_IMAGE_USERNAME='fbone'
# Web site
FREEDOMBONE_WEBSITE="http://freedombone.uk.to"
FREEDOMBONE_WEBSITE="http://${PROJECT_NAME}.uk.to"
# Repo
FREEDOMBONE_REPO="https://github.com/bashrc/freedombone"
FREEDOMBONE_REPO="https://github.com/bashrc/${PROJECT_NAME}"
# Contact details
FREEDOMBONE_BITMESSAGE="BM-2cWuhmBvVdfrHhLoZTdspCkKeiTorUesSL"
@ -80,7 +80,7 @@ SYSTEM_TYPE=$VARIANT_FULL
INSTALLING_FROM_CONFIGURATION_FILE="no"
# An optional configuration file which overrides some of these variables
CONFIGURATION_FILE="freedombone.cfg"
CONFIGURATION_FILE="${PROJECT_NAME}.cfg"
SSH_PORT=2222
IRC_PORT=6697