1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/kimai2_ynh.git synced 2024-09-03 19:26:26 +02:00

Update scripts/install

Co-authored-by: yalh76 <yalh@yahoo.com>
This commit is contained in:
anmol26s 2021-07-01 20:27:04 +00:00 committed by GitHub
parent 279677d722
commit 3581089633
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -139,8 +139,8 @@ ynh_replace_string --match_string="__DB_NAME__" --replace_string="$db_name"
#=================================================
ynh_script_progression --message="Building Kimai2..."
ynh_install_composer --phpversion="${YNH_PHP_VERSION}" --workdir="$final_path" --install_args="--optimize-autoloader"
ynh_composer_exec --phpversion="${YNH_PHP_VERSION}" --workdir="$final_path" --commands="require laminas/laminas-ldap"
ynh_install_composer --phpversion="${YNH_PHP_VERSION}" --workdir="$final_path" --install_args="--optimize-autoloader"
ynh_composer_exec --phpversion="${YNH_PHP_VERSION}" --workdir="$final_path" --commands="require laminas/laminas-ldap"
pushd "$final_path"
php${YNH_PHP_VERSION} bin/console kimai:install -n