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