diff --git a/scripts/getPassword.sh b/scripts/getPassword.sh index 70548f7..36f994f 100644 --- a/scripts/getPassword.sh +++ b/scripts/getPassword.sh @@ -18,7 +18,7 @@ function get_errorInfo { } -data=$(get_keys $1) +data=$(get_keys "$1") if [ $? -ne 0 ]; then echo $(get_errorInfo) else