Browse Source

Merge a369bbe577 into 54efa40e65

pull/675/merge
Alexander Hurd 10 years ago
parent
commit
fdc027075d
  1. 2
      functions/install_ts3.sh

2
functions/install_ts3.sh

@ -65,7 +65,7 @@ else
exit $? exit $?
fi fi
echo -e "copying to ${filesdir}...\c" 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=$? local status=$?
if [ ${status} -eq 0 ]; then if [ ${status} -eq 0 ]; then
echo "OK" echo "OK"

Loading…
Cancel
Save