1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/snappymail_ynh.git synced 2024-09-03 20:26:29 +02:00

Update upgrade

This commit is contained in:
Éric Gaspar 2024-08-29 10:10:11 +02:00
parent 23ed25da2e
commit c782f963ab

View file

@ -44,6 +44,7 @@ chown -R "$app:$app" "$install_dir/app/data"
ynh_script_progression "Applying SSO patch..."
ynh_config_add --template="sso.php" --destination="$install_dir/index.php"
chmod "u=rX,g=,o=" "$install_dir/index.php"
chown "$app:www-data" "$install_dir/index.php"