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:
parent
19de05d287
commit
432eabccd8
2 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
||||
#=================================================
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue