mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 11:42:08 +00:00
4 lines
124 B
Text
4 lines
124 B
Text
|
#!/bin/bash
|
||
|
sed -i -e "s/^IIAB_GATEWAY_ENABLED.*/IIAB_GATEWAY_ENABLED=True/" {{ iiab_env_file }}
|
||
|
/usr/bin/iiab-gen-iptables
|