From 09b965e3b0065cefe9aa2cf7efe8e1da3a01a9c7 Mon Sep 17 00:00:00 2001 From: "mario.martinez" Date: Mon, 31 Aug 2020 23:01:11 +0200 Subject: [PATCH] More small modifications --- resources/bin/copy_keys.sh | 2 +- resources/bin/make_docker.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/bin/copy_keys.sh b/resources/bin/copy_keys.sh index c5b799d..62104e3 100644 --- a/resources/bin/copy_keys.sh +++ b/resources/bin/copy_keys.sh @@ -4,4 +4,4 @@ # Usage: # docker run -v $HOME/.ssh:/root/.ssh_host -v alde_ssh:/root/.ssh ... # docker exec -it copy_keys.sh -cp /root/.ssh_host/* /root/.ssh && chmod 700 /root/.ssh \ No newline at end of file +cp /root/.ssh_host/* /root/.ssh && chmod 700 /root/.ssh diff --git a/resources/bin/make_docker.sh b/resources/bin/make_docker.sh index 3f50b60..4ac8ae3 100644 --- a/resources/bin/make_docker.sh +++ b/resources/bin/make_docker.sh @@ -55,4 +55,4 @@ if [ "$ACTION" = "build" ]; then build else push -fi +fi \ No newline at end of file