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 ]"