diff options
| author | lassulus <lass@lassul.us> | 2017-04-24 12:54:02 +0200 | 
|---|---|---|
| committer | lassulus <lass@lassul.us> | 2017-04-24 12:54:02 +0200 | 
| commit | 3e3405bf4aebac4db80e11c5456d18d2cac901b1 (patch) | |
| tree | 82f9a2d5bdb1e48138e64ebcbae7d04ffb5bca13 | |
| parent | b78cc5b52a76953034510a223d608cee76eafbcb (diff) | |
k 3 hidden-ssh: wait for irc port
| -rw-r--r-- | krebs/3modules/hidden-ssh.nix | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/krebs/3modules/hidden-ssh.nix b/krebs/3modules/hidden-ssh.nix index 3930dbf42..304049b4e 100644 --- a/krebs/3modules/hidden-ssh.nix +++ b/krebs/3modules/hidden-ssh.nix @@ -38,7 +38,8 @@ let              echo "still waiting for ${hiddenServiceDir}/hostname"              sleep 1            done -          ${pkgs.irc-announce}/bin/irc-announce \ +          ${pkgs.untilport}/bin/untilport irc.freenode.org 6667 && \ +            ${pkgs.irc-announce}/bin/irc-announce \              irc.freenode.org 6667 ${config.krebs.build.host.name}-ssh \              \#krebs-announce \              "SSH Hidden Service at $(cat ${hiddenServiceDir}/hostname)" | 
