From 5fcdc435282e3631ee0887ae90cfaeaba9651679 Mon Sep 17 00:00:00 2001 From: Christoph Date: Thu, 19 Nov 2020 18:52:05 +0100 Subject: [PATCH] Minor change in script output.. --- hosts/scripts/nc_accounts_backup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/scripts/nc_accounts_backup.sh b/hosts/scripts/nc_accounts_backup.sh index 8168ddb..268dc75 100755 --- a/hosts/scripts/nc_accounts_backup.sh +++ b/hosts/scripts/nc_accounts_backup.sh @@ -91,7 +91,7 @@ if $MIRROR ; then cp -a "$err_Log" "/var/log/nc_account-${nc_user}.err.log" if grep -i -q -E "Authentication\s+failed" "$err_Log" 2> /dev/null ; then print_error_stdout "Authentication failed for user \"$nc_user\" on system \"$nc_server_name\"" - echolog "\t[ERROR] Authentication failed for user \"$nc_user\".. [ $duration ]" + echolog "\t[ERROR] Authentication failed for user \"$nc_user\" system: ${nc_server_name} .. [ $duration ]" else print_error_stdout "Cannot backup netxcloud account \"$nc_user\"" echolog "\t[ Notice ] Errors occured while syncing files from netxcloud account \"$nc_user\" [ $duration ]"