Name of onion address
This commit is contained in:
parent
f3dc531b20
commit
6a986e96c1
|
@ -282,7 +282,7 @@ function remove_turtl {
|
||||||
fi
|
fi
|
||||||
remove_certs $TURTL_DOMAIN_NAME
|
remove_certs $TURTL_DOMAIN_NAME
|
||||||
function_check remove_onion_service
|
function_check remove_onion_service
|
||||||
remove_onion_service turtlapi ${TURTL_ONION_PORT}
|
remove_onion_service turtl ${TURTL_ONION_PORT}
|
||||||
function_check remove_ddns_domain
|
function_check remove_ddns_domain
|
||||||
remove_ddns_domain $TURTL_DOMAIN_NAME
|
remove_ddns_domain $TURTL_DOMAIN_NAME
|
||||||
rm -rf /etc/rethinkdb
|
rm -rf /etc/rethinkdb
|
||||||
|
@ -538,7 +538,7 @@ __ENDCONFIG__
|
||||||
echo "(pushnew \"./\" asdf:*central-registry* :test #'equal)" >> $TURTL_BASE_DIR/api/launch.lisp
|
echo "(pushnew \"./\" asdf:*central-registry* :test #'equal)" >> $TURTL_BASE_DIR/api/launch.lisp
|
||||||
echo '(load "start")' >> $TURTL_BASE_DIR/api/launch.lisp
|
echo '(load "start")' >> $TURTL_BASE_DIR/api/launch.lisp
|
||||||
|
|
||||||
TURTL_ONION_HOSTNAME=$(add_onion_service turtlapi 80 ${TURTL_ONION_PORT})
|
TURTL_ONION_HOSTNAME=$(add_onion_service turtl 80 ${TURTL_ONION_PORT})
|
||||||
|
|
||||||
turtl_setup
|
turtl_setup
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue