mirror of
https://github.com/Burnett01/rsync-deployments.git
synced 2024-11-24 00:13:46 +01:00
Add agent stop.
This commit is contained in:
parent
014b3ffccb
commit
539d248dc2
1 changed files with 2 additions and 1 deletions
|
@ -11,4 +11,5 @@ RUN mkdir ~/.ssh
|
|||
# Copy in our executables.
|
||||
COPY agent-start.sh /bin/agent-start
|
||||
COPY agent-add.sh /bin/agent-add
|
||||
RUN chmod +x /bin/agent-start /bin/agent-add
|
||||
COPY agent-stop.sh /bin/agent-stop
|
||||
RUN chmod +x /bin/agent-start /bin/agent-stop /bin/agent-add
|
||||
|
|
Loading…
Reference in a new issue