From 6693077cfde845e8afd8bafc598977a3560eb307 Mon Sep 17 00:00:00 2001 From: Christoph Date: Wed, 23 Dec 2020 11:48:58 +0100 Subject: [PATCH] nc_accounts_backup.sh: remove debug code. --- hosts/scripts/nc_accounts_backup.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/hosts/scripts/nc_accounts_backup.sh b/hosts/scripts/nc_accounts_backup.sh index 268dc75..5e40049 100755 --- a/hosts/scripts/nc_accounts_backup.sh +++ b/hosts/scripts/nc_accounts_backup.sh @@ -56,9 +56,6 @@ if $MIRROR ; then b_timestamp="$(date +"%s")" - echo "" - echo "$nc_cmd_bin $nc_params -u $nc_user -p \"$nc_password\" $backup_target_dir $nc_server_url" - echo "" $( $nc_cmd_bin $nc_params -u $nc_user -p "$nc_password" $backup_target_dir $nc_server_url > $err_Log 2>&1 exit $?