Skip to content

Commit

Permalink
path and permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
btopro committed Jan 19, 2019
1 parent 3521f91 commit d8d0dca
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions scripts/haxtheweb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ sudo chmod 777 _sites/sites.json
# place this in VC just so it COULD be tracked by the user
cd _sites
git init
git add -A
cd ..
# whew that was hard work. the end.

Expand All @@ -87,10 +86,9 @@ fi
sed -i "s/jimmerson/${pass}/g" _config/config.php

# place this in VC just so it COULD be tracked by the user
cd ../_config
cd _config
git init
git add -A

cd ..
# only if you use apache
if [ -z $1 ]; then
haxecho "www-data or apache is common, hit enter to ignore"
Expand Down

0 comments on commit d8d0dca

Please sign in to comment.