removes incorrect path

This commit is contained in:
Hyatt 2022-03-02 11:28:37 -06:00
parent 8451207f9a
commit 471a69dc8c
Signed by: nhyatt
GPG Key ID: C50D0BBB5BC40BEA

View File

@ -44,7 +44,7 @@ fi
def dockerFile = """FROM ${repository}/linuxserver/linuxserver/deluge:amd64-latest
LABEL maintainer="The_Spider <spider@smoothnet.org>"
COPY /root/route-override.sh connectivity_test.sh /root/
COPY route-override.sh connectivity_test.sh /root/
RUN apk add --no-cache openvpn iputils bind-tools && \\
chmod +x /root/route-override.sh /root/connectivity_test.sh