Skip to content

Commit

Permalink
fix filename
Browse files Browse the repository at this point in the history
  • Loading branch information
elasticroentgen committed Feb 28, 2024
1 parent 1936c78 commit c397cb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mirror-s3.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh
echo "Generating rclone config..."
TMPL="/etc/rclone.conf.tmp"
TMPL="/etc/rclone.conf.tmpl"
if [ -n "$RCLONE_TMPL" ]; then
echo "== USING CUSTOM TEMPLATE: $RCLONE_TMPL =="
TMPL="$RCLONE_TMPL"
Expand Down

0 comments on commit c397cb5

Please sign in to comment.