mirror of
https://github.com/myvesta/vesta
synced 2025-07-06 04:51:54 -07:00
set -o noglob just in case
This commit is contained in:
parent
efa2b50b4c
commit
0d5c3c42a1
1 changed files with 1 additions and 0 deletions
|
@ -82,6 +82,7 @@ if [ -z "$salt" ]; then
|
|||
fi
|
||||
|
||||
# Generating hash
|
||||
set -o noglob
|
||||
hash=$($BIN/v-generate-password-hash $method $salt <<< "$password")
|
||||
if [[ -z "$hash" ]]; then
|
||||
echo "Error: password missmatch"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue