Project name
This commit is contained in:
parent
d1be707295
commit
4910c8c441
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue