Browse Source

Обновить 'docker-entrypoint.sh'

Vladimir Tomishinets 7 years ago
parent
commit
80b75a63f9
1 changed files with 1 additions and 0 deletions
  1. 1 0
      docker-entrypoint.sh

+ 1 - 0
docker-entrypoint.sh

@@ -37,5 +37,6 @@ if [ ${mode} == "keygen" ]
 then
     echo "$SSHKEY" > /tmp/keyfile
     chmod 0400 /tmp/keyfile
+    exec "$@"
 fi 
 #exec "$@"