password anti-disclosure for python script

This commit is contained in:
2015-07-10 14:30:56 +03:00
parent 24ac6ad06f
commit be106959d1

View File

@@ -168,7 +168,7 @@ if [ "$ACTION" == "adduser" ]; then
exit 1 exit 1
fi fi
python adduser.py "$USER" "$PASS" python adduser.py "$USER" "$PASSFILE"
if [ $? == 0 ]; then if [ $? == 0 ]; then
# Send infomail # Send infomail