From da032709c010c72ce123b5f984e531fbd2d660a8 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Fri, 26 Feb 2021 20:14:52 +0000 Subject: [PATCH] Update fix_ts3.sh --- lgsm/functions/fix_ts3.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lgsm/functions/fix_ts3.sh b/lgsm/functions/fix_ts3.sh index 5d965375e..ee73fc130 100755 --- a/lgsm/functions/fix_ts3.sh +++ b/lgsm/functions/fix_ts3.sh @@ -18,7 +18,7 @@ fi # Fixes: failed to register local accounting service: No such file or directory accountingfile="/dev/shm/7gbhujb54g8z9hu43jre8" if [ -f "${accountingfile}" ]; then - # check permissions for the file if the current user owns it, if not exit as well and exit as well + # Check permissions for the file if the current user owns it, if not exit. if [ "$( stat -c %U ${accountingfile})" == "$(whoami)" ]; then fixname="Delete file ${accountingfile}" fn_fix_msg_start