Fix - missing exit in library call

Signed-off-by: Rob White <rob@blue-wave.net>
This commit is contained in:
Rob White
2024-06-07 11:25:07 +01:00
parent d411966216
commit d9ea6d8b56

View File

@@ -3211,6 +3211,8 @@ elif [ "$1" = "set_key" ]; then
echo "$cmd" | $shell
exit 0
elif [ "$1" = "hash_str" ]; then
if [ -z "$2" ]; then