From bec71e2e5f47b8998c0ed889931e18071dd737f8 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Fri, 10 Apr 2015 22:59:56 +0100 Subject: [PATCH] moved dl link to gameservermanagers.com --- functions/fn_install_gsquery | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/functions/fn_install_gsquery b/functions/fn_install_gsquery index 022b7e977..deb7d2300 100644 --- a/functions/fn_install_gsquery +++ b/functions/fn_install_gsquery @@ -2,12 +2,12 @@ # LGSM fn_install_gsquery function # Author: Daniel Gibbs # Website: http://danielgibbs.co.uk -# Version: 210115 +# Version: 100415 fn_dlgsquery(){ cd "${rootdir}" echo -e "downloading gsquery.py...\c" -wget -N --no-check-certificate /dev/null "http://danielgibbs.co.uk/dl/gsquery.py" 2>&1 | grep -F "HTTP" | grep -v "Moved Permanently" | cut -c45- | uniq +wget -N --no-check-certificate /dev/null "http://gameservermanagers.com/dl/gsquery.py" 2>&1 | grep -F "HTTP" | grep -v "Moved Permanently" | cut -c45- | uniq chmod +x gsquery.py }