From 2f2c54e9f0d32568773a9c6883d4d032c8b71ea3 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Tue, 10 May 2022 10:14:26 +0200 Subject: [PATCH] Fix --- manifest.json | 2 +- scripts/install | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 4530590..034d56e 100644 --- a/manifest.json +++ b/manifest.json @@ -25,7 +25,7 @@ "multi_instance": true, "services": [ "nginx", - "php7.4-fpm", + "php8.0-fpm", "mysql" ], "arguments": { diff --git a/scripts/install b/scripts/install index cf0a504..ed1fc44 100755 --- a/scripts/install +++ b/scripts/install @@ -128,7 +128,7 @@ chown $app:$app "$final_path/.env" #================================================= # BUILDING #================================================= -ynh_script_progression --message="Building..." --weight=10 +ynh_script_progression --message="Building $app..." --weight=10 # Setup application config pushd $final_path