From 2c821d31dbb14054cfcfbb8a8cf13c9d00974048 Mon Sep 17 00:00:00 2001 From: Djeeberjr Date: Tue, 15 Feb 2022 12:27:53 +0100 Subject: [PATCH] i am not good at this --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index d36dc6d..1a9f62f 100755 --- a/setup.sh +++ b/setup.sh @@ -2,7 +2,7 @@ set -e -if [ -z "$RCLONE_CONFIG_FILE" ]; then +if [ -n "$RCLONE_CONFIG_FILE" ]; then echo "$RCLONE_CONFIG_FILE" > "${RCLONE_CONFIG:=/config/rclone.conf}" fi