Skip to content

Commit

Permalink
Merge pull request #19 from maks-a/development
Browse files Browse the repository at this point in the history
use mod 755 for recourses
  • Loading branch information
maks-a authored Apr 16, 2017
2 parents 179575d + d4063dc commit 4f782ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def chmod(folder, mod):
append_to_file('', LOG_BATTERY_FILE)
append_to_file('', LOG_BATTERY_ALL_FILE)

mod = 0775
mod = 0755
change_mod_files(CONFIG_DIR, mod)
change_mod_files(LOGS_DIR, mod)
change_mod_files(IMAGE_DIR, mod)

0 comments on commit 4f782ee

Please sign in to comment.