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,9 +296,6 @@ CREATE_GIT_PROJECT_COMMAND='create-project'
296 296
 
297 297
 # File which keeps track of what has already been installed
298 298
 COMPLETION_FILE=$HOME/freedombone-completed.txt
299
-if [ ! -f $COMPLETION_FILE ]; then
300
-    touch $COMPLETION_FILE
301
-fi
302 299
 
303 300
 # Your github username
304 301
 GITHUB_USERNAME=