Browse Source

put back the empty line I accidently removed

Lab-8916100448256 1 year ago
parent
commit
f21df258cc
1 changed files with 1 additions and 0 deletions
  1. 1 0
      conf/ynh-hotspot

+ 1 - 0
conf/ynh-hotspot

@@ -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