X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fsecurity%2Fpassword_functions.sh;h=f1e0df135dceed04c85de9fd116385e7bb7f2a6f;hb=77aaf89edd254173d7750fb1465130fa1431e98f;hp=ca365fd263efe101f2924fc8f36fa2ec1246191b;hpb=b1e7d8ba0ee42faaeed416dac81d5b55a3aec508;p=feisty_meow.git diff --git a/scripts/security/password_functions.sh b/scripts/security/password_functions.sh index ca365fd2..f1e0df13 100644 --- a/scripts/security/password_functions.sh +++ b/scripts/security/password_functions.sh @@ -28,8 +28,6 @@ function load_password() # return the password in the variable they provided. eval $varname="$passwd" -#echo varname is: $varname -#echo new value of that variable is ${!varname} } # stores a password into a password file. the password file should be the @@ -75,8 +73,6 @@ function read_password() stty $stty_orig # return the password in the variable they provided. eval $varname="$the_passwd" -#echo varname is: $varname -#echo new value of that variable is ${!varname} }