Browse Source

Should be blank!


git-svn-id: http://svn.dmdirc.com/trunk@4073 00569f92-eb28-0410-84fd-f71c24880f
tags/0.6
Shane Mc Cormack 16 years ago
parent
commit
a8ad80f15b
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      installer/gcode/uploads_release.sh

+ 2
- 2
installer/gcode/uploads_release.sh View File

1
 #!/bin/sh
1
 #!/bin/sh
2
 
2
 
3
 # Leave blank here, loaded from config file.
3
 # Leave blank here, loaded from config file.
4
-USERNAME="user"
5
-PASSWORD="pass"
4
+USERNAME=""
5
+PASSWORD=""
6
 
6
 
7
 # Load stored password.
7
 # Load stored password.
8
 if [ -e "${HOME}/.GoogleCode" ]; then
8
 if [ -e "${HOME}/.GoogleCode" ]; then

Loading…
Cancel
Save