From e01a6ef3333a60cd225df36d1ce0404cb8ed6326 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Fri, 26 Feb 2021 20:15:08 +0000 Subject: [PATCH] Update fix_ts3.sh --- lgsm/functions/fix_ts3.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lgsm/functions/fix_ts3.sh b/lgsm/functions/fix_ts3.sh index ee73fc130..b1ed7d84b 100755 --- a/lgsm/functions/fix_ts3.sh +++ b/lgsm/functions/fix_ts3.sh @@ -15,7 +15,7 @@ if [ ! -f "${serverfiles}/libmariadb.so.2" ]; then fn_fix_msg_end fi -# Fixes: failed to register local accounting service: No such file or directory +# 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. @@ -24,7 +24,7 @@ if [ -f "${accountingfile}" ]; then fn_fix_msg_start rm -f "${accountingfile}" fn_fix_msg_end - # file is not owned by the current user and needs to be deleted manually + # file is not owned by the current user and needs to be deleted manually. else fn_print_error_nl "File ${accountingfile} is not owned by $(whoami) and needs to be deleted manually" fn_script_log_fatal "File ${accountingfile} is not owned by $(whoami) and needs to be deleted manually"