Browse Source

Update and rename post_iptables_rules to post_iptable_rules

Tagada 2 months ago
parent
commit
529c998380
1 changed files with 2 additions and 0 deletions
  1. 2 0
      hooks/post_iptables_rules

+ 2 - 0
hooks/post_iptables_rules

@@ -1,5 +1,7 @@
 #!/bin/bash
 
+source /usr/share/yunohost/helpers
+
 wifi_device=$(ynh_app_setting_get --app=$app --key=wifi_device)
 captive_portal=$(ynh_app_setting_get --app=$app --key=captive_portal)
 ip4_prefix=$(ynh_app_setting_get --app=$app --key=ip4_nat_prefix)