Skip to content
Snippets Groups Projects
Commit 8d93575c authored by Bob Mottram's avatar Bob Mottram
Browse files

Don't create an empty completion file

parent cba4e8ab
No related branches found
No related tags found
No related merge requests found
......@@ -296,9 +296,6 @@ CREATE_GIT_PROJECT_COMMAND='create-project'
 
# File which keeps track of what has already been installed
COMPLETION_FILE=$HOME/freedombone-completed.txt
if [ ! -f $COMPLETION_FILE ]; then
touch $COMPLETION_FILE
fi
 
# Your github username
GITHUB_USERNAME=
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment