]> git.p6c8.net - jirafeau/jirafeau.git/commitdiff
fix grammar mistake 21/head
authorRuixey <ruixey@gmail.com>
Fri, 21 Mar 2025 16:08:57 +0000 (16:08 +0000)
committerRuixey <ruixey@gmail.com>
Fri, 21 Mar 2025 16:08:57 +0000 (16:08 +0000)
script.php

index 5f3bc6f359996bd866a89a5b410b9fd8921b05e2..aa8c259fe2ce6597ac0b52ec0d7ceec3aa542894 100644 (file)
@@ -320,7 +320,7 @@ downloadpage='f.php'
 
 if [ "$1" == "send" ]; then
     if [ ! -f "$2" ]; then
-        echo "File \"$2\" does not exists."
+        echo "File \"$2\" does not exist."
         exit
     fi
 

patrick-canterino.de