Skip to content

Commit

Permalink
fix wrong url
Browse files Browse the repository at this point in the history
  • Loading branch information
cenk1cenk2 committed Jan 19, 2021
1 parent d726162 commit 6cc7f87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ RUN mkdir -p /scripts && \
mkdir -p /default/vpnserver

# Copy scripts
ADD https://gist.github.com/cenk1cenk2/e03d8610534a9c78f755c1c1ed93a293 /scripts/logger.sh
ADD https://gist.githubusercontent.com/cenk1cenk2/e03d8610534a9c78f755c1c1ed93a293/raw/28b96c2e3d6150cb0adc4489c87c7a1658747d0f/logger.sh /scripts/logger.sh
RUN chmod +x /scripts/*.sh

# Move dnsmasq default configuration
Expand Down

0 comments on commit 6cc7f87

Please sign in to comment.