mirror of
https://github.com/YunoHost-Apps/kimai2_ynh.git
synced 2024-09-03 19:26:26 +02:00
fix
This commit is contained in:
parent
a56c600449
commit
4195bf332a
2 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue