From be106959d1fab83a79639748687b3c9ae8e02827 Mon Sep 17 00:00:00 2001 From: mxmehl Date: Fri, 10 Jul 2015 14:30:56 +0300 Subject: [PATCH] password anti-disclosure for python script --- action.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.sh b/action.sh index f060e47..ca0bb56 100755 --- a/action.sh +++ b/action.sh @@ -168,7 +168,7 @@ if [ "$ACTION" == "adduser" ]; then exit 1 fi - python adduser.py "$USER" "$PASS" + python adduser.py "$USER" "$PASSFILE" if [ $? == 0 ]; then # Send infomail