Explorar o código

Updated text in fixowns

Adarsh Manickam %!s(int64=4) %!d(string=hai) anos
pai
achega
a4a330e988
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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."