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:
parent
ff6ef61ce1
commit
00936aea85
2 changed files with 0 additions and 6 deletions
|
@ -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)"
|
|
@ -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)"
|
Loading…
Add table
Reference in a new issue