Skip to content

Commit

Permalink
Upgrade to 1.2.1 - Now sets perms for phpsuexec systems. No longer tr…
Browse files Browse the repository at this point in the history
…ies to create dbs on cPanel systems (cPanel API has changed). Bug fix.
  • Loading branch information
Scot Hacker committed Aug 26, 2011
1 parent 2e9ec17 commit 8a21792
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
WP-Mass-Tools v1.2
WP-Mass-Tools v1.2.1
Scot Hacker ([email protected])
http://birdhouse.org/software

Expand Down
1 change: 1 addition & 0 deletions wp-create.sh
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ mkdir -p wp-content/uploads
chown -R $owner:$owner *
find . -type d -exec chmod 755 {} \;
find . -type f -exec chmod 644 {} \;
chmod 600 wp-config.php

####################################################
# Report
Expand Down
1 change: 1 addition & 0 deletions wp-mass-upgrade.sh
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ do
chown -R $owner:$owner *
find . -type d -exec chmod 755 {} \;
find . -type f -exec chmod 644 {} \;
chmod 600 wp-config.php
echo


Expand Down

0 comments on commit 8a21792

Please sign in to comment.