1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/kimai2_ynh.git synced 2024-09-03 19:26:26 +02:00
This commit is contained in:
Éric Gaspar 2023-09-09 15:18:59 +02:00
parent a56c600449
commit 4195bf332a
2 changed files with 4 additions and 4 deletions

View file

@ -52,7 +52,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="$phpversion" --workdir="$install_dir" --install_args="--optimize-autoloader"
ynh_composer_exec --phpversion="$phpversion" --workdir="$install_dir" --commands="require laminas/laminas-ldap"
@ -89,7 +89,7 @@ chown $app:$app "$install_dir/.env"
#=================================================
# INSTALL KIMAI2
#=================================================
ynh_script_progression --message="Installing Kimai2..." --weight=1
ynh_script_progression --message="Installing $app..." --weight=1
pushd "$install_dir"
ynh_exec_as $app php$phpversion bin/console kimai:install -n

View file

@ -72,7 +72,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="$phpversion" --workdir="$install_dir" --install_args="--optimize-autoloader"
ynh_composer_exec --phpversion="$phpversion" --workdir="$install_dir" --commands="require laminas/laminas-ldap"
@ -109,7 +109,7 @@ chown $app:$app "$install_dir/.env"
#=================================================
# INSTALL KIMAI2
#=================================================
ynh_script_progression --message="Installing Kimai2..." --weight=1
ynh_script_progression --message="Installing $app..." --weight=1
update-alternatives --set php /usr/bin/php$phpversion