Fixed wordpress permissions
This commit is contained in:
parent
12f1460489
commit
02a87a0a8d
@ -80,6 +80,9 @@ start_wordpress() {
|
|||||||
# Start service with command to make sure it's up before proceeding
|
# Start service with command to make sure it's up before proceeding
|
||||||
start_service "wordpress" "nc -z 172.99.0.34 8080 &> /dev/null" "7"
|
start_service "wordpress" "nc -z 172.99.0.34 8080 &> /dev/null" "7"
|
||||||
|
|
||||||
|
chown -R 755 /federated/apps/wordpress/data/bitnami/wordpress/wp-content
|
||||||
|
chmod 740 /federated/apps/wordpress/data/bitnami/wordpress/wp-content/wp-config.php
|
||||||
|
|
||||||
kill -9 $SPINPID &> /dev/null
|
kill -9 $SPINPID &> /dev/null
|
||||||
echo -ne "done."
|
echo -ne "done."
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user