say "\n${BOLD}Alright, almost there!${RESET} Now we just need to set up the system daemons for Tor, Bitcoin, Lightning, and the AO so that everything opens on startup."
say "\n${BOLD}Alright, almost there!${RESET} Now we just need to set up the system daemons for Tor, Bitcoin, Lightning, and the AO so that everything opens on startup."
while[[ -z "$READY"]];do
while[ -z "$READY"];do
ask_for ready "${BLUE}You ready? (y/n):${RESET}"
ask_for ready "${BLUE}You ready? (y/n):${RESET}"
say ""
say ""
say ""
say ""
@ -301,7 +296,7 @@ say ""
build_service_from_template ao "AO=$AO""NODE_PARAMS=$NODE_PARAMS""NODE=`which node`"
build_service_from_template ao "AO=$AO""NODE_PARAMS=$NODE_PARAMS""NODE=`which node`"
activate_service ao
activate_service ao
say "this should be nginx"
say ""
activate_service nginx
activate_service nginx
# ------------------- Step 8 - Port Testing -------------------
# ------------------- Step 8 - Port Testing -------------------
@ -352,8 +347,11 @@ check_ports
say '*********************************************************'
say '*********************************************************'
clboss --version
clboss --version
say ""
say ""
say "$BOLD\nOkay, well that's everything!${RESET}\n\nAs long as everything worked properly, \
say "$BOLD\nOkay, well that's everything!${RESET}"
you should be ready to continue your journey\ntowards autonomy by opening ${BLUE}$ACCESS_POINT${RESET} in your browser."
say ""
say "As long as everything worked properly, you should be ready to continue your journey"
say "towards autonomy by opening ${BLUE}$ACCESS_POINT${RESET} in your browser."
say ""
say "The default login is ${BLUE}dctrl/dctrl${RESET}, have fun!"
say "The default login is ${BLUE}dctrl/dctrl${RESET}, have fun!"