Skip to content

Commit

Permalink
More small modifications
Browse files Browse the repository at this point in the history
  • Loading branch information
MarioMartReq committed Aug 31, 2020
1 parent bdf00ca commit 09b965e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion resources/bin/copy_keys.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
# Usage:
# docker run -v $HOME/.ssh:/root/.ssh_host -v alde_ssh:/root/.ssh ...
# docker exec -it <container> copy_keys.sh
cp /root/.ssh_host/* /root/.ssh && chmod 700 /root/.ssh
cp /root/.ssh_host/* /root/.ssh && chmod 700 /root/.ssh
2 changes: 1 addition & 1 deletion resources/bin/make_docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ if [ "$ACTION" = "build" ]; then
build
else
push
fi
fi

0 comments on commit 09b965e

Please sign in to comment.