Browse Source

filename fix

pull/675/head
Alexander Hurd 9 years ago
parent
commit
a369bbe577
  1. 2
      functions/install_ts3.sh

2
functions/install_ts3.sh

@ -65,7 +65,7 @@ else
exit $?
fi
echo -e "copying to ${filesdir}...\c"
cp -R "${rootdir}/teamspeak3-server_linux-${ts3arch}/"* "${filesdir}" 2> ".${servicename}-cp-error.tmp"
cp -R "${rootdir}/teamspeak3-server_linux_${ts3arch}/"* "${filesdir}" 2> ".${servicename}-cp-error.tmp"
local status=$?
if [ ${status} -eq 0 ]; then
echo "OK"

Loading…
Cancel
Save