i am not good at this
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Djeeberjr 2022-02-15 12:27:53 +01:00
parent 283229f7c1
commit 2c821d31db

View File

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