From a09c64c9a9ecf6ee490f9c1b8e90d3ef1ebd53b1 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Sun, 3 May 2015 13:22:57 +0100 Subject: [PATCH] removed stray if --- 7DaysToDie/sdtdserver | 1 - 1 file changed, 1 deletion(-) diff --git a/7DaysToDie/sdtdserver b/7DaysToDie/sdtdserver index 9a1d9ef91..7b31dce80 100644 --- a/7DaysToDie/sdtdserver +++ b/7DaysToDie/sdtdserver @@ -85,7 +85,6 @@ if [ ! -f "${rootdir}/functions/${functionfile}" ]; then fi cd functions echo -e "loading ${functionfile}...\c" - if wget -N /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/functions/${functionfile} 2>&1 | grep -F HTTP | cut -c45- chmod +x "${functionfile}" cd "${rootdir}"