Browse Source

made mpass not print my passwords

master
mort 8 years ago
parent
commit
4517eb3837
1 changed files with 1 additions and 2 deletions
  1. 1
    2
      bin/mpass

+ 1
- 2
bin/mpass View File

@@ -60,7 +60,7 @@ if [ "$1" = "create" ]; then
code=$(curl -s -X POST -d "$enc" "http://pass.mort.coffee/put/$2/$passsum")
tryerr "$code"

echo "$chars"
echo -n "$chars" | mclip

mnotify "Password created" "$2"

@@ -85,7 +85,6 @@ elif [ "$1" = "get" ]; then
chars=$(cat "$TMP_OUT")

echo -n "$chars" | mclip
echo "$chars"

mnotify "Password received" "$2"
fi

Loading…
Cancel
Save