diff --git a/.env.local.tmpl b/.env.local.tmpl index 22540bf..72984d5 100644 --- a/.env.local.tmpl +++ b/.env.local.tmpl @@ -4,7 +4,7 @@ ACME_EMAIL="" HOST_UID="" HOST_GID="" -INTERNAL_IP="192.168.1.11" +INTERNAL_IP="" # RUNTIPI's root on the docker host # TIPI_VERSION="v3.8.0" diff --git a/szetup.sh b/szetup.sh index 0789ee1..415fc11 100755 --- a/szetup.sh +++ b/szetup.sh @@ -66,4 +66,11 @@ for file in "${SECRETS[@]}"; do printf '\n' done +if [ "$2" == "--setup" ]; then + ./_bin/rtpctl.d setup "-f" + ./_bin/rtpctl.d setup "-f" $HOME/.local/bin/rtpctl + ./_bin/rtpctl.d setup "-f" $HOME/.local/bin/runtipictl + ./_bin/rtpctl.d setup "-f" $HOME/.local/bin/tpc +fi + # vim: set ft=sh expandtab tabstop=4 shiftwidth=4: