From 7e0eccc8d09ac79be98fbfa7436f9d71e2fa6f7f Mon Sep 17 00:00:00 2001 From: Gerhard Hoffmann Date: Thu, 2 Jun 2022 16:06:07 +0200 Subject: [PATCH] Minor changes --- read_config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/read_config b/read_config index c2923e8..69fb90f 100755 --- a/read_config +++ b/read_config @@ -94,7 +94,7 @@ if [ ${read_config_sourced:-1} = "1" ]; then # include only once ############################################################################### compute_hash () { # TODO: wie genau soll der hash-wert berechnet werden ? - HASH="12345abc" + HASH="1234-abcd" # HASH_="67890def" echo $HASH }