mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-03-12 04:36:25 -07:00
set -o noglob just in case
This commit is contained in:
parent
efa2b50b4c
commit
0d5c3c42a1
@ -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…
x
Reference in New Issue
Block a user