mirror of
https://github.com/YunoHost-Apps/hotspot_ynh.git
synced 2024-09-03 19:25:53 +02:00
obviously it won't work in quiet mode...
This commit is contained in:
parent
80e29842d9
commit
d16e8f5503
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ set_nat() {
|
|||
iptables -w -t nat -A POSTROUTING -o "${gateway_interface}" -j MASQUERADE
|
||||
}
|
||||
|
||||
ynh_hotspot_state=$(systemctl -q is-active __SERVICE_NAME__)
|
||||
ynh_hotspot_state=$(systemctl is-active __SERVICE_NAME__)
|
||||
if [[ "${ynh_hotspot_state}" == "active" || "${ynh_hotspot_state}" == "activating" ]]; then
|
||||
old_gateway_interface=$(yunohost app setting __APP__ gateway_interface)
|
||||
new_gateway_interface=$(ip route get 1.2.3.4 | awk '{ print $5; }')
|
||||
|
|
Loading…
Reference in a new issue