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 }