Minor change in script output..

This commit is contained in:
Christoph 2020-11-19 18:52:05 +01:00
parent 2c54e20d04
commit 5fcdc43528

View File

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