Selaa lähdekoodia

Don't create an empty completion file

Bob Mottram 10 vuotta sitten
vanhempi
commit
8d93575caf
1 muutettua tiedostoa jossa 0 lisäystä ja 3 poistoa
  1. 0
    3
      src/freedombone

+ 0
- 3
src/freedombone Näytä tiedosto

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=