Skip to content

Commit

Permalink
Fixed chmod in setup.sh (#3565)
Browse files Browse the repository at this point in the history
* forgot to include the config location

* fixed setup files
  • Loading branch information
nivong authored and elicwhite committed Aug 11, 2016
1 parent 045f297 commit 350148e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,4 @@
* eevee-github
* g0vanish
* cmezh
* Nivong
2 changes: 1 addition & 1 deletion setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Input location
" location
read -p "Input gmapkey
" gmapkey
cp -f configs/config.json.example configs/config.json && chmod 755
cp -f configs/config.json.example configs/config.json && chmod 755 configs/config.json
if [ "$auth" = "2" ]
then
sed -i "s/google/ptc/g" configs/config.json
Expand Down

0 comments on commit 350148e

Please sign in to comment.