mirror of
https://github.com/YunoHost-Apps/satdress_ynh.git
synced 2024-09-03 20:16:27 +02:00
fix permissions
This commit is contained in:
parent
82f46eb949
commit
fa2945879d
2 changed files with 2 additions and 0 deletions
|
@ -125,6 +125,7 @@ ynh_remove_go
|
|||
|
||||
# Set permissions to app files
|
||||
chown -R $app:root "$final_path"
|
||||
chmod 750 "${final_path}/bin/satdress"
|
||||
|
||||
#=================================================
|
||||
# SETUP SYSTEMD
|
||||
|
|
|
@ -124,6 +124,7 @@ then
|
|||
fi
|
||||
|
||||
chown -R $app:root "$final_path"
|
||||
chmod 750 "${final_path}/bin/satdress"
|
||||
|
||||
#=================================================
|
||||
# SETUP SYSTEMD
|
||||
|
|
Loading…
Add table
Reference in a new issue