From f6a96f45b30b283da24b28d788f2ebb699746597 Mon Sep 17 00:00:00 2001 From: nomadics9 Date: Sun, 9 Feb 2025 18:57:52 +0300 Subject: [PATCH] fix permissions --- sync-prod-to-dev.sh | 1 + 1 file changed, 1 insertion(+) 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 ####################################