fix broken link

This commit is contained in:
Daniel Hansson 2017-02-28 17:22:23 +01:00 committed by GitHub
parent 0bbcf7c841
commit 77cb198fc3

View File

@ -20,7 +20,7 @@ fi
# Check if file is downloadable
echo "Checking latest released version on the Passman download server and if it's possible to download..."
wget -q -T 10 -t 2 $PASSVER_REPO/$PASSVER/$PASSVER_FILE > /dev/null
wget -q -T 10 -t 2 $PASSVER_REPO/$PASSVER_FILE > /dev/null
if [ $? -eq 0 ]
then
echo "Latest version is: $PASSVER"