mirror of
https://github.com/Burnett01/rsync-deployments.git
synced 2026-09-26 19:10:43 +00:00
Remove .sh ext
This commit is contained in:
+3
-3
@@ -9,7 +9,7 @@ RUN rm -rf /var/cache/apk/*
|
||||
RUN mkdir ~/.ssh
|
||||
|
||||
# Copy in our executables.
|
||||
COPY agent-start.sh /bin/agent-start
|
||||
COPY agent-add.sh /bin/agent-add
|
||||
COPY agent-stop.sh /bin/agent-stop
|
||||
COPY agent-start /bin/agent-start
|
||||
COPY agent-add /bin/agent-add
|
||||
COPY agent-stop /bin/agent-stop
|
||||
RUN chmod +x /bin/agent-start /bin/agent-stop /bin/agent-add
|
||||
|
||||
Reference in New Issue
Block a user