mirror of
https://github.com/YunoHost-Apps/httpsh_ynh.git
synced 2024-09-03 19:25:55 +02:00
Fix permissions on installdir on upgrade
This commit is contained in:
parent
58b1c1798a
commit
eb80ae824d
1 changed files with 2 additions and 2 deletions
|
@ -59,8 +59,8 @@ then
|
|||
ynh_setup_source --source_id=httpsh --dest_dir="$install_dir/httpsh"
|
||||
fi
|
||||
|
||||
chown -R "$app:$app" "/var/log/$app"
|
||||
chmod 750 "/var/log/$app"
|
||||
chown -R "$app:$app" "$install_dir"
|
||||
chmod 750 "$install_dir"
|
||||
|
||||
#=================================================
|
||||
# REAPPLY SYSTEM CONFIGURATIONS
|
||||
|
|
Loading…
Add table
Reference in a new issue