Explorar o código

removed stray if

Daniel Gibbs %!s(int64=11) %!d(string=hai) anos
pai
achega
a09c64c9a9
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      7DaysToDie/sdtdserver

+ 0 - 1
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}"