From 3637f4d48419965df5fa5f6e9ed3791f079e0019 Mon Sep 17 00:00:00 2001 From: dkoukoul Date: Fri, 29 Dec 2023 12:35:32 +0200 Subject: [PATCH] edit ssowat --- scripts/install | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/scripts/install b/scripts/install index 0ed4ee2..6062354 100755 --- a/scripts/install +++ b/scripts/install @@ -97,6 +97,12 @@ ynh_script_progression --message="Launching cjdns service..." --weight=1 # Start a systemd service ynh_systemd_action --service_name=$app --action="start" --log_path="systemd" +#================================================= +# MAKE WORDPRESS AVAILABLE ON CJDNS +#================================================= + +yunohost tools shell -c "from yunohost.permission import permission_url; permission_url('wordpress.main', add_url=['re:^.fc.*'])" + #================================================= # END OF SCRIPT #=================================================