From 0aef50de777fb1cc3bd4982d125c1f81e2128c73 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Sat, 16 May 2015 00:48:14 +0100 Subject: [PATCH] Fixed bug stopping ts3 from updating --- functions/fn_update_dl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/functions/fn_update_dl b/functions/fn_update_dl index 49636489f..d9d996035 100644 --- a/functions/fn_update_dl +++ b/functions/fn_update_dl @@ -2,7 +2,7 @@ # LGSM fn_update_dl function # Author: Daniel Gibbs # Website: http://gameservermanagers.com -# Version: 050515 +# Version: 160515 # Description: Runs a server update. @@ -61,7 +61,7 @@ else fi echo -e "copying to ${filesdir}...\c" fn_scriptlog "Copying to ${filesdir}" -cp -R "${rootdir}/teamspeak3-server_linux-${ts3arch}/*" "${filesdir}" 2> "${scriptlogdir}/.${servicename}-cp-error.tmp" +cp -R "${rootdir}/teamspeak3-server_linux-${ts3arch}/"* "${filesdir}" 2> "${scriptlogdir}/.${servicename}-cp-error.tmp" local status=$? if [ ${status} -eq 0 ]; then echo "OK"