1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/adguardhome_ynh.git synced 2024-09-03 18:06:23 +02:00

debug prints no longer needed

This commit is contained in:
OniriCorpe 2023-12-31 00:28:51 +01:00
parent ff6ef61ce1
commit 00936aea85
2 changed files with 0 additions and 6 deletions

View file

@ -128,6 +128,3 @@ ynh_systemd_action --service_name="$app" --action="restart" --log_path=systemd
#=================================================
ynh_script_progression --message="Installation of $app completed" --last
# temporarily cat the AGH config for debug purposes
ynh_print_info --message="$(head -n 30 /var/www/adguardhome/AdGuardHome.yaml)"

View file

@ -154,6 +154,3 @@ ynh_systemd_action --service_name="$app" --action="restart" --log_path="systemd"
#=================================================
ynh_script_progression --message="Upgrade of $app completed" --last
# temporarily show the AGH config for debug purposes
ynh_print_info --message="$(head -n 30 /var/www/adguardhome/AdGuardHome.yaml)"