From 9c3ca71951f0920163782fe233a6f543475aa9ff Mon Sep 17 00:00:00 2001 From: M0VUB <76499782+ShaYmez@users.noreply.github.com> Date: Mon, 7 Aug 2023 00:31:14 +0100 Subject: [PATCH] Update hblink3-docker-install.sh Leave parrot logging in console - Now on stable version - Parrot working!! --- hblink3-docker-install.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/hblink3-docker-install.sh b/hblink3-docker-install.sh index a3ee800..0f0e3ea 100755 --- a/hblink3-docker-install.sh +++ b/hblink3-docker-install.sh @@ -1,6 +1,6 @@ #!/bin/bash # Docker version alpine-3.17 -# Version 1.6.9 hblink3-docker-installer +# Version 20230806 hblink3-docker-installer # ################################################################################## # Copyright (C) 2021-2023 Shane Daley, M0VUB aka ShaYmez. @@ -459,7 +459,7 @@ TGID_TS2_ACL: PERMIT:ALL # See comments in the GLOBAL stanza [Parrot] MODE: PEER -ENABLED: True +ENABLED: False LOOSE: True EXPORT_AMBE: False IP: 127.0.0.1 @@ -629,7 +629,6 @@ echo "Set up logging....." echo "------------------------------------------------------------------------------" mkdir -p /var/log/hblink touch /var/log/hblink/hblink.log - touch /var/log/hblink/parrot.log echo "" echo "" echo "------------------------------------------------------------------------------"