Skip to content

Commit

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

# Copy scripts
ADD https://gist.github.com/cenk1cenk2/e03d8610534a9c78f755c1c1ed93a293?2338 /scripts/logger.sh
ADD https://gist.github.com/cenk1cenk2/e03d8610534a9c78f755c1c1ed93a293 /scripts/logger.sh
RUN chmod +x /scripts/*.sh

# Move dnsmasq default configuration
COPY ./dnsmasq.conf /default/dnsmasq/dnsmasq.conf
Expand Down

0 comments on commit d726162

Please sign in to comment.