From 19cb7ff3b005ae1181ce5b244b1d44f6c95a5e4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Sun, 4 Feb 2024 20:59:07 +0100 Subject: [PATCH] Remove debug --- scripts/install | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/install b/scripts/install index 6114a9d..626e8d9 100755 --- a/scripts/install +++ b/scripts/install @@ -54,8 +54,6 @@ ynh_add_nginx_config ynh_add_systemd_config yunohost service add "$app" --description="Federated social network server" --log="/var/log/$app/$app.log" -ynh_exec_warn find "$install_dir" - #================================================= # START SYSTEMD SERVICE #=================================================