Browse Source

Updated text in fixowns

Adarsh Manickam 4 năm trước cách đây
mục cha
commit
a4a330e988
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      compose/bin/fixowns

+ 2 - 2
compose/bin/fixowns

@@ -1,5 +1,5 @@
 #!/bin/bash
-echo "Correcting filesystem ownerships..."
+echo "Fixing filesystem ownerships..."
 
 if [ -z "$1" ]; then
   bin/rootnotty chown -R app:app /var/www/
@@ -7,4 +7,4 @@ else
   bin/rootnotty chown -R app:app /var/www/html/"$1"
 fi
 
-echo "Filesystem ownerships corrected."
+echo "Filesystem ownerships fixed."