ArchipelProject / Archipel

XMPP Based Orchestrator
http://archipelproject.org
GNU Affero General Public License v3.0
800 stars 126 forks source link

Installation is now complete. ? #1166

Closed YATV closed 8 years ago

YATV commented 8 years ago

$cd Archipel/ArchipelClient

./bootstrap

...

   * ArchipelClient built
   * Exporting archipel to ~/
   * Archipel Client exported

    Installation is now complete.

 * Continue ? [y/n] : Traceback (most recent call last):
   File "./bootstrap", line 430, in <module>
     main(interactive, properties)
   File "./bootstrap", line 380, in main
     install_archipelclient(interactive, properties)
   File "./bootstrap", line 256, in install_archipelclient
     if interactive: ask_bool("Continue ?")
   File "./bootstrap", line 115, in ask_bool
     if ask(message, ["y", "n"], default) == "y":
   File "./bootstrap", line 102, in ask
     resp = raw_input(question)
 EOFError