mirror of
https://github.com/myvesta/vesta
synced 2025-07-30 11:39:44 -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
|
fi
|
||||||
|
|
||||||
# Generating hash
|
# Generating hash
|
||||||
|
set -o noglob
|
||||||
hash=$($BIN/v-generate-password-hash $method $salt <<< "$password")
|
hash=$($BIN/v-generate-password-hash $method $salt <<< "$password")
|
||||||
if [[ -z "$hash" ]]; then
|
if [[ -z "$hash" ]]; then
|
||||||
echo "Error: password missmatch"
|
echo "Error: password missmatch"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue