From 24f7f13c88bc1401ae1ccb1851c6066693a13f70 Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Fri, 3 May 2024 22:53:41 +0200 Subject: [PATCH] cosmetic --- scripts/install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index dbdbe78..1a5fcfd 100755 --- a/scripts/install +++ b/scripts/install @@ -81,9 +81,9 @@ ynh_add_config --template=".env" --destination="$install_dir/.env" chmod 600 $install_dir/.env chown $app:$app $install_dir/.env -#========= +#================================================== # FIX PHP VERSION -#========== +#================================================== ynh_script_progression --message="Fixing php version in package.json..." --weight=1 ynh_replace_string --target_file="$install_dir/package.json" --match_string="php artisan lang:generate -vvv" --replace_string="php$phpversion artisan lang:generate -vvv"