From d011812b2268044426c7d1b20f6275c157152452 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 6 Aug 2017 13:46:29 +0300 Subject: [PATCH] fix update url --- fluxion.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fluxion.sh b/fluxion.sh index dc9519e..bbbb963 100755 --- a/fluxion.sh +++ b/fluxion.sh @@ -90,7 +90,7 @@ function conditional_clear() { # Check Updates function checkupdatess { - revision_online="$(timeout -s SIGTERM 20 curl "https://raw.githubusercontent.com/FluxionNetwork/fluxion/master/fluxion" 2>> $WORK_DIR/log| grep "^revision" | cut -d "=" -f2)" + revision_online="$(timeout -s SIGTERM 20 curl "https://raw.githubusercontent.com/FluxionNetwork/fluxion/master/fluxion.sh" 2>> $WORK_DIR/log| grep "^revision" | cut -d "=" -f2)" if [ -z "$revision_online" ]; then echo "?">$DUMP_PATH/Irev else