Browse Source

added helpers scripts

Bachir Soussi Chiadmi 7 years ago
parent
commit
5d17730143
2 changed files with 7 additions and 0 deletions
  1. 4 0
      fix-perms
  2. 3 0
      sync_uploads

+ 4 - 0
fix-perms

@@ -0,0 +1,4 @@
+#! /bin/bash
+
+sudo chown -R $USER:http sites/all/modules/features/
+sudo chmod -R g+w sites/all/modules/features/

+ 3 - 0
sync_uploads

@@ -0,0 +1,3 @@
+#! /bin/bash
+
+rsync -vru materio3:public_html/base_d7/sites/default/files/ ./sites/default/files/