diff options
author | Suren A. Chilingaryan <csa@suren.me> | 2018-02-28 04:03:39 +0100 |
---|---|---|
committer | Suren A. Chilingaryan <csa@suren.me> | 2018-02-28 04:03:39 +0100 |
commit | 836ad720d09545d42b56057e0b0833821d56c8d6 (patch) | |
tree | a8a13967eb45a42c92e9ffeff9ff92f6a012b2b4 | |
parent | a4f8f68f2604096de935f3a20ea230b95e0eb130 (diff) | |
download | ands-management-836ad720d09545d42b56057e0b0833821d56c8d6.tar.gz ands-management-836ad720d09545d42b56057e0b0833821d56c8d6.tar.bz2 ands-management-836ad720d09545d42b56057e0b0833821d56c8d6.tar.xz ands-management-836ad720d09545d42b56057e0b0833821d56c8d6.zip |
Fix typos
-rw-r--r-- | Dockerfile | 3 | ||||
-rw-r--r-- | sx.sh | 2 |
2 files changed, 1 insertions, 4 deletions
@@ -18,9 +18,6 @@ RUN yum -y install \ kubernetes-client \ && yum clean all -# Set default command -CMD ["/usr/bin/bash"] - COPY sx.sh /bin/sx @@ -17,7 +17,7 @@ function start_service { echo "+=====================================================" while true do - echo "live... (next try in 10sec)" & sleep 10 + echo "live... (next try in 10sec)" & sleep 3600 done } |