asdf
This commit is contained in:
parent
a3e7443a78
commit
a570ba51e5
@ -5,7 +5,7 @@ FROM alpine:latest
|
|||||||
RUN apk --no-cache add git curl rsync
|
RUN apk --no-cache add git curl rsync
|
||||||
|
|
||||||
# Add script
|
# Add script
|
||||||
ADD repo_watcher.sh /root/Repo_Watcher/repo_watcher.sh
|
COPY repo_watcher.sh /root/Repo_Watcher/repo_watcher.sh
|
||||||
|
|
||||||
# Make script executable
|
# Make script executable
|
||||||
RUN chmod +x /root/Repo_Watcher/repo_watcher.sh
|
RUN chmod +x /root/Repo_Watcher/repo_watcher.sh
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/bin/sh
|
#!/bin/bash
|
||||||
|
|
||||||
# Function to process each repo-destination pair
|
# Function to process each repo-destination pair
|
||||||
process_repo() {
|
process_repo() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user