From 08495ccf32272fde801c6a16016c7575f69ce200 Mon Sep 17 00:00:00 2001 From: Salvatore Cuzzilla Date: Fri, 5 Feb 2021 16:38:57 +0100 Subject: [PATCH] daisy daisy ... --- tools/nc_schemas_extract/nc_schemas_extract.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/nc_schemas_extract/nc_schemas_extract.sh b/tools/nc_schemas_extract/nc_schemas_extract.sh index ac254bb..6bd3657 100755 --- a/tools/nc_schemas_extract/nc_schemas_extract.sh +++ b/tools/nc_schemas_extract/nc_schemas_extract.sh @@ -14,8 +14,8 @@ set -o pipefail work_dir=$(dirname "$(readlink --canonicalize-existing "${0}" 2> /dev/null)") -readonly username="xrv" -readonly password="xrv123" +readonly username="daisy" +readonly password="daisy" #readonly epoch=$(date +'%s'i) readonly nc=$(which netconf-console 2> /dev/null) readonly error_reading_file=80