From 886d30b64b9c42818f6ddd34cba1c8b16c7e58ed Mon Sep 17 00:00:00 2001 From: anmol Date: Sun, 1 Nov 2020 04:59:31 +0530 Subject: [PATCH] Modified php7.0 instead of php7.3 in manifest --- manifest.json | 2 +- scripts/install | 2 +- scripts/remove | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 7704872..496bd24 100644 --- a/manifest.json +++ b/manifest.json @@ -23,7 +23,7 @@ "multi_instance": true, "services": [ "nginx", - "php7.3-fpm", + "php7.0-fpm", "mysql" ], "arguments": { diff --git a/scripts/install b/scripts/install index 4525cf3..d2d39b3 100644 --- a/scripts/install +++ b/scripts/install @@ -114,7 +114,7 @@ ynh_mysql_setup_db --db_user=$db_user --db_name=$db_name #================================================= # DOWNLOAD, CHECK AND UNPACK SOURCE #================================================= -ynh_script_progression --message="Setting up source files..." --time --weight=1 +ynh_script_progression --message="Setting up source files..." ### `ynh_setup_source` is used to install an app from a zip or tar.gz file, ### downloaded from an upstream source, like a git repository. diff --git a/scripts/remove b/scripts/remove index 8cb73fa..e485426 100644 --- a/scripts/remove +++ b/scripts/remove @@ -77,7 +77,7 @@ ynh_secure_remove --file="/etc/cron.d/$app" #================================================= # REMOVE DEDICATED USER #================================================= -ynh_script_progression --message="Removing the dedicated system user..." --time --weight=1 +ynh_script_progression --message="Removing the dedicated system user..." # Delete a system user ynh_system_user_delete --username=$app