mirror of
https://github.com/openNDS/openNDS.git
synced 2026-01-10 04:17:55 -05:00
Fix - missing exit in library call
Signed-off-by: Rob White <rob@blue-wave.net>
This commit is contained in:
@@ -3211,6 +3211,8 @@ elif [ "$1" = "set_key" ]; then
|
||||
|
||||
echo "$cmd" | $shell
|
||||
|
||||
exit 0
|
||||
|
||||
elif [ "$1" = "hash_str" ]; then
|
||||
|
||||
if [ -z "$2" ]; then
|
||||
|
||||
Reference in New Issue
Block a user