Browse Source

Project name

Bob Mottram 9 years ago
parent
commit
4910c8c441
1 changed files with 3 additions and 3 deletions
  1. 3
    3
      src/freedombone

+ 3
- 3
src/freedombone View File

41
 GENERIC_IMAGE_USERNAME='fbone'
41
 GENERIC_IMAGE_USERNAME='fbone'
42
 
42
 
43
 # Web site
43
 # Web site
44
-FREEDOMBONE_WEBSITE="http://freedombone.uk.to"
44
+FREEDOMBONE_WEBSITE="http://${PROJECT_NAME}.uk.to"
45
 
45
 
46
 # Repo
46
 # Repo
47
-FREEDOMBONE_REPO="https://github.com/bashrc/freedombone"
47
+FREEDOMBONE_REPO="https://github.com/bashrc/${PROJECT_NAME}"
48
 
48
 
49
 # Contact details
49
 # Contact details
50
 FREEDOMBONE_BITMESSAGE="BM-2cWuhmBvVdfrHhLoZTdspCkKeiTorUesSL"
50
 FREEDOMBONE_BITMESSAGE="BM-2cWuhmBvVdfrHhLoZTdspCkKeiTorUesSL"
80
 INSTALLING_FROM_CONFIGURATION_FILE="no"
80
 INSTALLING_FROM_CONFIGURATION_FILE="no"
81
 
81
 
82
 # An optional configuration file which overrides some of these variables
82
 # An optional configuration file which overrides some of these variables
83
-CONFIGURATION_FILE="freedombone.cfg"
83
+CONFIGURATION_FILE="${PROJECT_NAME}.cfg"
84
 
84
 
85
 SSH_PORT=2222
85
 SSH_PORT=2222
86
 IRC_PORT=6697
86
 IRC_PORT=6697