]> git.p6c8.net - jirafeau/pcanterino.git/commitdiff
Merge branch 'master' into 'next-release'
authorPatrick Canterino <patrick@patrick-canterino.de>
Sat, 22 Mar 2025 12:15:31 +0000 (13:15 +0100)
committerPatrick Canterino <patrick@patrick-canterino.de>
Sat, 22 Mar 2025 12:15:31 +0000 (13:15 +0100)
fix grammar mistake

See merge request jirafeau/Jirafeau!21

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