From f8a2a32cf47889ec15dd63b129251830cf2c28d2 Mon Sep 17 00:00:00 2001 From: Tobias Date: Thu, 27 Jul 2023 21:44:31 +0200 Subject: [PATCH] copied file from helloworld_ynh --- scripts/remove | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 scripts/remove diff --git a/scripts/remove b/scripts/remove new file mode 100644 index 0000000..295a003 --- /dev/null +++ b/scripts/remove @@ -0,0 +1,10 @@ +#!/bin/bash + +source /usr/share/yunohost/helpers + +#================================================= +# REMOVE THE NGINX CONFIGURATION +#================================================= +ynh_script_progression --message="Removing nginx web server configuration..." --weight=1 + +ynh_remove_nginx_config