diff --git a/scripts/install b/scripts/install index c8cd330..3d2cb9d 100644 --- a/scripts/install +++ b/scripts/install @@ -118,3 +118,6 @@ 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 +cat "$install_dir/AdGuardHome.yaml"