瀏覽代碼

Updated text in fixperms

Adarsh Manickam 4 年之前
父節點
當前提交
f66c887a09
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      compose/bin/fixperms

+ 2 - 2
compose/bin/fixperms

@@ -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."