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:
parent
850e3a80ad
commit
9db304ce0c
1 changed files with 7 additions and 0 deletions
|
@ -49,6 +49,13 @@ then
|
||||||
# Set permissions on app files
|
# Set permissions on app files
|
||||||
chown $app:www-data $install_dir
|
chown $app:www-data $install_dir
|
||||||
chmod o-rwx $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
|
fi
|
||||||
ynh_script_progression --message="Setting up source files..."
|
ynh_script_progression --message="Setting up source files..."
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue