1
0
Fork 0
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:
Félix Piédallu 2024-01-31 16:01:32 +01:00
parent 58b1c1798a
commit eb80ae824d

View file

@ -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