diff options
Diffstat (limited to 'scripts/rofi_pass.sh')
-rwxr-xr-x | scripts/rofi_pass.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/rofi_pass.sh b/scripts/rofi_pass.sh index 5382670..de2b04a 100755 --- a/scripts/rofi_pass.sh +++ b/scripts/rofi_pass.sh @@ -10,8 +10,6 @@ prefix=${PASSWORD_STORE_DIR:-~/.password-store} -echo "1: $1" >> ~/ROFI - password=$1 if [ -z $password ]; then shopt -s nullglob globstar |