]> git.pld-linux.org Git - packages/wordpress.git/blob - wp-setup.sh
- drop obsolete and outdated manual inclusion of rpm macros
[packages/wordpress.git] / wp-setup.sh
1 #!/bin/sh
2
3 # $Id$
4 #
5 # Run this script to let your WordPress web-interface modify some files
6 # (plugins and themes). Do not forget to run secure.sh when you'll finish.
7
8 echo "$0" | grep -qv sh && exec chmod -R g+w /usr/share/wordpress/wp-content
9 exec chmod -R g+w ./wp-content
This page took 0.129589 seconds and 3 git commands to generate.