From 8929703e548a8d351239f7f566c3617915b267ce Mon Sep 17 00:00:00 2001 From: jgaunt Date: Thu, 22 Oct 2020 13:51:32 -0400 Subject: [PATCH] added silent and /dev/null to rclone install command --- rclone.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rclone.sh b/rclone.sh index 3f8492a..19b3107 100644 --- a/rclone.sh +++ b/rclone.sh @@ -45,7 +45,7 @@ else fi # Download the latest rclone binary -curl https://rclone.org/install.sh | bash +curl -s https://rclone.org/install.sh | bash > /dev/null # Upload encrypted seafile files to Google Drive and BackBlaze B2 ${RCLONE_COMMAND} "${RCLONE_LOGS}/seafile/rclone_seafile_gd_`date +%Y%m%d-%H%M%S`.log" sync /mnt/data-pool/seafile/ gd-crypt:Seafile