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