Skip to content

Commit

Permalink
Update 30-config
Browse files Browse the repository at this point in the history
Fixed path in error message
  • Loading branch information
ep1cman authored Sep 10, 2024
1 parent 4265643 commit c3290a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker_root/etc/cont-init.d/30-config
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ mkdir -p /config/rclone

# For backwards compatibility
[[ -f "/root/.config/rclone/rclone.conf" ]] && \
echo "DEPRECATED: Copying rclone conf from /root/.config/rclone/rclone.conf, please change your mount to /config/rclone.conf"
echo "DEPRECATED: Copying rclone conf from /root/.config/rclone/rclone.conf, please change your mount to /config/rclone/rclone.conf"
cp \
/root/.config/rclone/rclone.conf \
/config/rclone/rclone.conf
Expand Down

0 comments on commit c3290a2

Please sign in to comment.