diff --git a/sync-prod-to-dev.sh b/sync-prod-to-dev.sh index 03a1aab..e97a7c0 100755 --- a/sync-prod-to-dev.sh +++ b/sync-prod-to-dev.sh @@ -24,6 +24,7 @@ cp -r /var/www/oont/oont-contents/themes/ /var/www/html/wp-content cp -r /var/www/oont/oont-contents/plugins/ /var/www/html/wp-content cp -r /var/www/oont/uploads /var/www/html/wp-content cp -r /var/www/oont/uploads-webpc/ /var/www/html/wp-content +chown -R 33:33 /var/www/html/wp-content #################################### # 1. CONFIGURE THESE VARIABLES ####################################