From e64f49033b3e16ab3a5db6970a6a9b357c2cfd07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sun, 6 Aug 2023 16:29:09 +0200 Subject: [PATCH] fix --- manifest.toml | 2 +- scripts/install | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.toml b/manifest.toml index 468db50..7c5ff78 100644 --- a/manifest.toml +++ b/manifest.toml @@ -11,7 +11,7 @@ maintainers = ["eric_G"] [upstream] license = "GPL-3.0-or-later" -website = "https://dev.deluge-torrent.org/" +website = "https://www.deluge-torrent.org/" admindoc = "https://deluge.readthedocs.io/en/latest/" code = "https://git.deluge-torrent.org/deluge" diff --git a/scripts/install b/scripts/install index afabd27..1c8257b 100755 --- a/scripts/install +++ b/scripts/install @@ -22,7 +22,7 @@ ynh_add_systemd_config ynh_add_systemd_config --service="${app}-web" --template="deluge-web.service" yunohost service add $app --description="Lightweight BitTorrent client" --log="/var/log/$app/$app.log" -#yunohost service add ${app}-web --description="BitTorrent UI" --log="/var/log/$app/$app.log" +yunohost service add ${app}-web --description="BitTorrent UI" --log="/var/log/$app/$app.log" # Use logrotate to manage application logfile(s) ynh_use_logrotate