Update demo_lxc_build.sh

This commit is contained in:
yalh76 2022-10-15 02:45:34 +02:00
parent 7dfe57e6da
commit 22edb9b597

View file

@ -69,8 +69,7 @@ ynh_lxc_run_inside --name="$lxc_name1" --command="yunohost -v" | tee -a "$LOG_BU
# ******** # ********
ynh_print_info --message="> Modification de Yunohost pour la demo" | tee -a "$LOG_BUILD_LXC" ynh_print_info --message="> Modification de Yunohost pour la demo" | tee -a "$LOG_BUILD_LXC"
if [ ! -z "$PACKAGE_CHECK_EXEC" ] if [ ${FOR_PACKAGE_CHECK:-0} -eq 1 ]; then
then
# App officielles # App officielles
ynh_print_info --message="> Installation des applications officielles" | tee -a "$LOG_BUILD_LXC" ynh_print_info --message="> Installation des applications officielles" | tee -a "$LOG_BUILD_LXC"
# Ampache # Ampache