From dc2e1aa40308d424b31bb4d0c4bf76f697288469 Mon Sep 17 00:00:00 2001 From: jgaunt Date: Sat, 22 Feb 2020 19:13:30 -0500 Subject: [PATCH] Update 'rclone.sh' --- rclone.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rclone.sh b/rclone.sh index 4939da9..70b1731 100644 --- a/rclone.sh +++ b/rclone.sh @@ -9,7 +9,7 @@ RCLONE_COMMAND="${RCLONE_BIN} --config ${RCLONE_CONFIG} --log-level DEBUG --log- PIDFILE="${RCLONE_DIR}/rclone.sh.pid" # removes pid file and exit cleany -clean-up { +clean-up() { # Gzip Log files find ${RCLONE_LOGS} -type f ! -name '*.gz' -exec pigz "{}" \; # remove the pid file