From 432eabccd80d89c4f39e5ca9c25f2fc014d6a36b Mon Sep 17 00:00:00 2001 From: liberodark Date: Mon, 26 Nov 2018 12:25:26 +0100 Subject: [PATCH] update fix perm --- scripts/install | 2 +- scripts/remove | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/install b/scripts/install index a145c1b..2afc81b 100644 --- a/scripts/install +++ b/scripts/install @@ -140,7 +140,7 @@ cp -a ../conf/streama.service /etc/systemd/system/streama.service ### that really need such authorization. # Set permissions to app files -#chown -R root: /etc/loolwsd +chown -R admin:1007 /opt/streama #================================================= diff --git a/scripts/remove b/scripts/remove index 19721ec..23d0952 100644 --- a/scripts/remove +++ b/scripts/remove @@ -23,7 +23,7 @@ final_path=$(ynh_app_setting_get $app final_path) # STANDARD REMOVE #================================================= -ynh_package_remove emby-server +#ynh_package_remove emby-server #================================================= # REMOVE DEPENDENCIES @@ -66,7 +66,7 @@ fi ynh_secure_remove "/etc/cron.d/$app" # Remove a directory securely -ynh_secure_remove "/etc/apt/sources.list.d/onlyoffice.list" +ynh_secure_remove "/etc/systemd/system/streama.service" # Remove the log files