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