|
@@ -1,5 +1,5 @@
|
|
|
#!/bin/bash
|
|
|
-echo "Correcting filesystem permissions..."
|
|
|
+echo "Fixing filesystem permissions..."
|
|
|
|
|
|
if [ -z "$1" ]; then
|
|
|
bin/clinotty find var vendor pub/static pub/media app/etc \( -type f -or -type d \) -exec chmod u+w {} +;
|
|
@@ -8,4 +8,4 @@ else
|
|
|
bin/clinotty find "$1" \( -type f -or -type d \) -exec chmod u+w {} +;
|
|
|
fi
|
|
|
|
|
|
-echo "Filesystem permissions corrected."
|
|
|
+echo "Filesystem permissions fixed."
|