From 77cb198fc399dcd2dfd2dad76723b91564a31837 Mon Sep 17 00:00:00 2001 From: Daniel Hansson Date: Tue, 28 Feb 2017 17:22:23 +0100 Subject: [PATCH] fix broken link --- static/passman.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/passman.sh b/static/passman.sh index edac771f..0deca4df 100644 --- a/static/passman.sh +++ b/static/passman.sh @@ -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"