From 541c063569893644cf9dda3ed6727c95bde58b60 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sat, 26 Aug 2023 23:13:49 +0200 Subject: [PATCH] fix --- conf/systemd.service | 2 +- manifest.json | 2 +- scripts/install | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/systemd.service b/conf/systemd.service index 69dd552..5e84458 100644 --- a/conf/systemd.service +++ b/conf/systemd.service @@ -1,5 +1,5 @@ [Unit] -Description=Kodi Media Center +Description=Kodi: Media Center # if you don't need the MySQL DB backend, this should be sufficient After=systemd-user-sessions.service network.target sound.target diff --git a/manifest.json b/manifest.json index c699962..ffaeca2 100644 --- a/manifest.json +++ b/manifest.json @@ -22,7 +22,7 @@ "url": "blog.cecchettosylvain.fr" }, "requirements": { - "yunohost": ">= 4.3.0" + "yunohost": ">= 11.2" }, "multi_instance": false, "services": [ diff --git a/scripts/install b/scripts/install index 445936d..1ceab68 100644 --- a/scripts/install +++ b/scripts/install @@ -160,7 +160,7 @@ ynh_script_progression --message="Securing files and directories..." chmod 750 "$final_path" chmod -R o-rwx "$final_path" chown -R $app:$app "$final_path" -usermod -a -G cdrom,audio,video,plugdev,users,dialout,dip,input,netdev "$app" +usermod -a -G cdrom,audio,video,plugdev,users,dialout,dip,input "$app" #================================================= # INTEGRATE SERVICE IN YUNOHOST