Browse Source

Don't create an empty completion file

Bob Mottram 9 years ago
parent
commit
8d93575caf
1 changed files with 0 additions and 3 deletions
  1. 0
    3
      src/freedombone

+ 0
- 3
src/freedombone View File

296
 
296
 
297
 # File which keeps track of what has already been installed
297
 # File which keeps track of what has already been installed
298
 COMPLETION_FILE=$HOME/freedombone-completed.txt
298
 COMPLETION_FILE=$HOME/freedombone-completed.txt
299
-if [ ! -f $COMPLETION_FILE ]; then
300
-    touch $COMPLETION_FILE
301
-fi
302
 
299
 
303
 # Your github username
300
 # Your github username
304
 GITHUB_USERNAME=
301
 GITHUB_USERNAME=