diff --git a/scripts/install b/scripts/install index 6bd5520..803c090 100644 --- a/scripts/install +++ b/scripts/install @@ -41,6 +41,8 @@ else ynh_print_info --message="Port 53 is already closed." fi +ynh_app_setting_set --app="$app" --key=open_port_53 --value="$open_port_53" + #================================================= # DOWNLOAD, CHECK AND UNPACK SOURCE #=================================================