Explorar o código

added teamspeak back in

Daniel Gibbs %!s(int64=11) %!d(string=hai) anos
pai
achega
300daf99a9
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      functions/fn_deps_detect

+ 1 - 1
functions/fn_deps_detect

@@ -31,7 +31,7 @@ elif [ "${executable}" ==  "./ucc-bin" ];then
 	fi
 
 elif [ "${executable}" ==  "./ts3server_startscript.sh" ];then
-	
+	executable=ts3server_linux_amd64	
 fi
 readelf -d ${executable} |grep NEEDED|awk '{ print $5 }'|sed 's/\[//g'|sed 's/\]//g' > "${rootdir}/.depdetect_readelf"