Explorar o código

correct comment

Daniel Gibbs %!s(int64=7) %!d(string=hai) anos
pai
achega
e3a94dccf6
Modificáronse 2 ficheiros con 2 adicións e 2 borrados
  1. 1 1
      lgsm/functions/check_permissions.sh
  2. 1 1
      lgsm/functions/command_start.sh

+ 1 - 1
lgsm/functions/check_permissions.sh

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

+ 1 - 1
lgsm/functions/command_start.sh

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