Improve setup
This commit is contained in:
parent
5d24c05f6a
commit
a77da219fc
|
@ -4,7 +4,7 @@ ACME_EMAIL="<acme admin mail>"
|
||||||
HOST_UID="<USER's UID>"
|
HOST_UID="<USER's UID>"
|
||||||
HOST_GID="<USER's GID>"
|
HOST_GID="<USER's GID>"
|
||||||
|
|
||||||
INTERNAL_IP="192.168.1.11"
|
INTERNAL_IP="<Internal IP>"
|
||||||
|
|
||||||
# RUNTIPI's root on the docker host
|
# RUNTIPI's root on the docker host
|
||||||
# TIPI_VERSION="v3.8.0"
|
# TIPI_VERSION="v3.8.0"
|
||||||
|
|
|
@ -66,4 +66,11 @@ for file in "${SECRETS[@]}"; do
|
||||||
printf '\n'
|
printf '\n'
|
||||||
done
|
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:
|
# vim: set ft=sh expandtab tabstop=4 shiftwidth=4:
|
||||||
|
|
Loading…
Reference in New Issue