mirror of
https://github.com/YunoHost-Apps/hotspot_ynh.git
synced 2024-09-03 19:25:53 +02:00
put back the empty line I accidently removed
This commit is contained in:
parent
e725d58f7b
commit
f21df258cc
1 changed files with 1 additions and 0 deletions
|
@ -237,6 +237,7 @@ if [ "$1" != restart ]; then
|
|||
|
||||
old_gateway_interface=$(ynh_app_setting_get --app=$app --key=gateway_interface)
|
||||
new_gateway_interface=$(ip route get 1.2.3.4 | awk '$2 ~ /^dev$/ { print $3; } $4 ~ /^dev$/ { print $5; }')
|
||||
|
||||
echo "OK"
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue