Преглед изворни кода

set -o noglob just in case

Serghey Rodin пре 7 година
родитељ
комит
0d5c3c42a1
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      bin/v-check-user-password

+ 1 - 0
bin/v-check-user-password

@@ -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"