1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/streama_ynh.git synced 2024-09-03 20:26:30 +02:00

update fix perm

This commit is contained in:
liberodark 2018-11-26 12:25:26 +01:00
parent 19de05d287
commit 432eabccd8
2 changed files with 3 additions and 3 deletions

View file

@ -140,7 +140,7 @@ cp -a ../conf/streama.service /etc/systemd/system/streama.service
### that really need such authorization. ### that really need such authorization.
# Set permissions to app files # Set permissions to app files
#chown -R root: /etc/loolwsd chown -R admin:1007 /opt/streama
#================================================= #=================================================

View file

@ -23,7 +23,7 @@ final_path=$(ynh_app_setting_get $app final_path)
# STANDARD REMOVE # STANDARD REMOVE
#================================================= #=================================================
ynh_package_remove emby-server #ynh_package_remove emby-server
#================================================= #=================================================
# REMOVE DEPENDENCIES # REMOVE DEPENDENCIES
@ -66,7 +66,7 @@ fi
ynh_secure_remove "/etc/cron.d/$app" ynh_secure_remove "/etc/cron.d/$app"
# Remove a directory securely # 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 # Remove the log files