From 00936aea855461874d106e1289ec68c7b851d46d Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Sun, 31 Dec 2023 00:28:51 +0100 Subject: [PATCH] debug prints no longer needed --- scripts/install | 3 --- scripts/upgrade | 3 --- 2 files changed, 6 deletions(-) diff --git a/scripts/install b/scripts/install index 4a2cb0c..a1d950c 100644 --- a/scripts/install +++ b/scripts/install @@ -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)" \ No newline at end of file diff --git a/scripts/upgrade b/scripts/upgrade index e16e59e..8dd0766 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -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)" \ No newline at end of file