Skip to content

Commit

Permalink
added folder for config file folders
Browse files Browse the repository at this point in the history
  • Loading branch information
niko9797 committed Mar 11, 2018
1 parent c302657 commit 1a2327c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion scripts/config/install.py
Expand Up @@ -24,7 +24,7 @@ def is_connected():

print("Updating program files directories")

f1 = open('./../../config/dirlocs_temp.txt', 'r')
f1 = open('./../../config/templates/dirlocs_temp.txt', 'r')
f2 = open('./../../config/dirlocs.txt', 'w')
for line in f1:
f2.write(line.replace('**', homedir))
Expand Down

0 comments on commit 1a2327c

Please sign in to comment.