Minor changes

This commit is contained in:
Gerhard Hoffmann 2022-06-02 16:06:07 +02:00
parent e941af6420
commit 7e0eccc8d0

View File

@ -94,7 +94,7 @@ if [ ${read_config_sourced:-1} = "1" ]; then # include only once
############################################################################### ###############################################################################
compute_hash () { compute_hash () {
# TODO: wie genau soll der hash-wert berechnet werden ? # TODO: wie genau soll der hash-wert berechnet werden ?
HASH="12345abc" HASH="1234-abcd"
# HASH_="67890def" # HASH_="67890def"
echo $HASH echo $HASH
} }