Kaynağa Gözat

removed stray if

Daniel Gibbs 11 yıl önce
ebeveyn
işleme
a09c64c9a9
1 değiştirilmiş dosya ile 0 ekleme ve 1 silme
  1. 0 1
      7DaysToDie/sdtdserver

+ 0 - 1
7DaysToDie/sdtdserver

@@ -85,7 +85,6 @@ if [ ! -f "${rootdir}/functions/${functionfile}" ]; then
 	fi
 	fi
 	cd functions
 	cd functions
 	echo -e "loading ${functionfile}...\c"
 	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-
 	wget -N /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/functions/${functionfile} 2>&1 | grep -F HTTP | cut -c45-
 	chmod +x "${functionfile}"
 	chmod +x "${functionfile}"
 	cd "${rootdir}"
 	cd "${rootdir}"