don't allocate a tty

fails if running as a systemd service
pull/2/head
Jordan Sokolic 2020-04-17 21:34:59 +03:00
parent 2af030b3ac
commit 1a66106b73
1 changed files with 1 additions and 1 deletions

2
run.sh
View File

@ -105,7 +105,7 @@ function _create_or_start_container() {
function _reload_fw() {
echo "* reloading firewall rules"
docker exec -it $CONTAINER sh -c '
docker exec -i $CONTAINER sh -c '
for iptables in iptables ip6tables; do
for table in filter nat mangle; do
$iptables -t $table -F