From 0e07ef5755bfed7a0c7da28a47cf2cdebbc3302f Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sat, 12 Mar 2022 17:56:29 +0100 Subject: [PATCH] Update upgrade --- scripts/upgrade | 4 ---- 1 file changed, 4 deletions(-) diff --git a/scripts/upgrade b/scripts/upgrade index 56331f3..626ebdd 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -171,14 +171,10 @@ setfacl -R -m g:"www-data":rwX -m u:$app:rwX "$final_path/var/" #================================================= ynh_script_progression --message="Installing Kimai2..." -#update-alternatives --set php /usr/bin/php$phpversion - pushd "$final_path" ynh_exec_as $app php$phpversion bin/console kimai:update -n popd -#update-alternatives --set php /usr/bin/php${YNH_DEFAULT_PHP_VERSION} - #================================================= # GENERIC FINALIZATION #=================================================