1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/framagames_ynh.git synced 2024-09-03 18:36:28 +02:00

Uninstall PHP FPM config

This commit is contained in:
orhtej2 2023-10-07 23:03:31 +02:00
parent 850e3a80ad
commit 9db304ce0c

View file

@ -49,6 +49,13 @@ then
# Set permissions on app files
chown $app:www-data $install_dir
chmod o-rwx $install_dir
ynh_script_progression --message="Removing PHP config..." --weight=1
if [ -z "${phpversion:-}" ]; then
phpversion="7.3"
fi
ynh_remove_fpm_config
fi
ynh_script_progression --message="Setting up source files..."