mirror of
https://github.com/YunoHost-Apps/kimai2_ynh.git
synced 2024-09-03 19:26:26 +02:00
Update upgrade
This commit is contained in:
parent
9deb617f13
commit
eb83b27fae
1 changed files with 2 additions and 2 deletions
|
@ -154,7 +154,7 @@ ynh_add_nginx_config
|
|||
#=================================================
|
||||
# BUILD KIMAI2
|
||||
#=================================================
|
||||
ynh_script_progression --message="Building Kimai2..." --weight=1
|
||||
ynh_script_progression --message="Building $app..." --weight=1
|
||||
|
||||
ynh_install_composer --phpversion="$YNH_PHP_VERSION" --workdir="$final_path" --install_args="--optimize-autoloader --no-scripts"
|
||||
ynh_composer_exec --phpversion="$YNH_PHP_VERSION" --workdir="$final_path" --commands="require laminas/laminas-ldap"
|
||||
|
@ -191,7 +191,7 @@ chown $app:$app "$final_path/.env"
|
|||
#=================================================
|
||||
# INSTALL KIMAI2
|
||||
#=================================================
|
||||
ynh_script_progression --message="Installing Kimai2..." --weight=1
|
||||
ynh_script_progression --message="Installing $app..." --weight=1
|
||||
|
||||
pushd "$final_path"
|
||||
ynh_exec_as $app php$YNH_PHP_VERSION bin/console kimai:update -n
|
||||
|
|
Loading…
Add table
Reference in a new issue