mirror of
https://github.com/YunoHost-Apps/ntfy_ynh.git
synced 2024-09-03 19:46:27 +02:00
Fix even more permission issues
This commit is contained in:
parent
526970fc8d
commit
06c7c27bc7
1 changed files with 3 additions and 1 deletions
|
@ -9,9 +9,11 @@
|
|||
#=================================================
|
||||
ntfy_setup_source() {
|
||||
ynh_setup_source -d "$install_dir" -s "$YNH_ARCH"
|
||||
chown -R $app:$app "$install_dir"
|
||||
|
||||
ynh_secure_remove "$install_dir/client"
|
||||
ynh_secure_remove "$install_dir/server"
|
||||
|
||||
|
||||
mkdir -p "$install_dir/data"
|
||||
chmod -R 750 "$install_dir/data"
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue