Browse Source

correct comment

pull/2401/head
Daniel Gibbs 6 years ago
parent
commit
e3a94dccf6
  1. 2
      lgsm/functions/check_permissions.sh
  2. 2
      lgsm/functions/command_start.sh

2
lgsm/functions/check_permissions.sh

@ -149,7 +149,7 @@ fn_sys_perm_errors_detect(){
sysdirpermerror="0"
classdirpermerror="0"
netdirpermerror="0"
# Check permissions/
# Check permissions.
# /sys, /sys/class and /sys/class/net should be readable & executable.
if [ ! -r "/sys" ]||[ ! -x "/sys" ]; then
sysdirpermerror="1"

2
lgsm/functions/command_start.sh

@ -28,8 +28,8 @@ fn_start_teamspeak3(){
if [ -f "${lgsmlog}" ]; then
mv "${lgsmlog}" "${lgsmlogdate}"
fi
# Create lockfile.
# Create lockfile.
date '+%s' > "${rootdir}/${lockselfname}"
# Accept license.
if [ ! -f "${executabledir}/.ts3server_license_accepted" ]; then

Loading…
Cancel
Save