Skip to content
This repository was archived by the owner on Jun 11, 2024. It is now read-only.

Commit 69f8f66

Browse files
committed
fix: change default config path
1 parent c73db6b commit 69f8f66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rootfs/usr/local/bin/entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -euo pipefail
44

55
# Default qBittorrent config
66
if [[ ! -f /config/tinyproxy.conf ]]; then
7-
cp /default/tinyproxy.conf /config/tinyproxy.conf
7+
cp /etc/default/tinyproxy.conf /config/tinyproxy.conf
88
fi
99

1010
exec "$@"

0 commit comments

Comments
 (0)