diff --git a/contrib/fpm-createPackages.sh b/contrib/fpm-createPackages.sh index df4cb97..29594ac 100755 --- a/contrib/fpm-createPackages.sh +++ b/contrib/fpm-createPackages.sh @@ -20,7 +20,7 @@ URI="https://github.com/BIAndrews/sshfail2kml" LIC="GPLv3" PROV="sshfail2kml" EMAIL="bryanandrews@gmail.com" -if [ -f version.sh ];then +if [ ! -f version.sh ];then echo "Unable to find the version.sh file." pwd ls -lah .