Skip to content

Commit

Permalink
add -it to podman calls
Browse files Browse the repository at this point in the history
  • Loading branch information
raoulh committed Jan 22, 2024
1 parent 314c8af commit 5a54d51
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions env/calaos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export CALAOS_CONFIG="/mnt/calaos/config"
export CALAOS_HAPROXY_TEMPLATE_PATH="/usr/share/calaos-ddns"
export CALAOSDNS_CACHE_DIR="/mnt/calaos/calaos-ddns"

alias calaos_config='podman exec calaos-server /opt/bin/calaos_config'
alias calaos_1wire='podman exec calaos-server /opt/bin/calaos_1wire'
alias wago_test='podman exec calaos-server /opt/bin/wago_test'
alias calaos_mail='podman exec calaos-server /opt/bin/calaos_mail'
alias calaos_config='podman exec -it calaos-server /opt/bin/calaos_config'
alias calaos_1wire='podman exec -it calaos-server /opt/bin/calaos_1wire'
alias wago_test='podman exec -it calaos-server /opt/bin/wago_test'
alias calaos_mail='podman exec -it calaos-server /opt/bin/calaos_mail'

0 comments on commit 5a54d51

Please sign in to comment.