mirror of
https://github.com/YunoHost-Apps/kimai2_ynh.git
synced 2024-09-03 19:26:26 +02:00
Fix messages
This commit is contained in:
parent
4294594000
commit
e34eab6e0c
2 changed files with 0 additions and 2 deletions
|
@ -67,7 +67,6 @@ ynh_app_setting_set --app=$app --key=random_key --value=$random_key
|
|||
#=================================================
|
||||
# INSTALL PHP7.3
|
||||
#=================================================
|
||||
ynh_print_info --message="Installing PHP7.3..."
|
||||
|
||||
if [ "$(lsb_release --codename --short)" = "buster" ]; then
|
||||
pkg_dependencies="$pkg_dependencies $extra_pkg_dependencies"
|
||||
|
|
|
@ -82,7 +82,6 @@ chown -R $app: $final_path
|
|||
#=================================================
|
||||
# REINSTALL PHP7.3
|
||||
#=================================================
|
||||
ynh_print_info --message="Reinstall PHP7.3..."
|
||||
|
||||
if [ "$(lsb_release --codename --short)" = "buster" ]; then
|
||||
pkg_dependencies="$pkg_dependencies $extra_pkg_dependencies"
|
||||
|
|
Loading…
Add table
Reference in a new issue