1
0
Fork 0
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:
yalh76 2020-05-24 01:15:54 +02:00
parent 4294594000
commit e34eab6e0c
2 changed files with 0 additions and 2 deletions

View file

@ -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"

View file

@ -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"