diff options
author | johannst <johannes.stoelp@gmail.com> | 2020-05-19 23:47:04 +0200 |
---|---|---|
committer | johannst <johannes.stoelp@gmail.com> | 2020-05-19 23:47:04 +0200 |
commit | a435a524323e0983a84a8da50aaceb13d90b509c (patch) | |
tree | 2de9a74128750155cc5b4810e55ee96d3507826f /scripts/rofi_pass.sh | |
parent | 481e960f7da5e37eec55d29587b69f3960537ff5 (diff) | |
download | dotfiles-a435a524323e0983a84a8da50aaceb13d90b509c.tar.gz dotfiles-a435a524323e0983a84a8da50aaceb13d90b509c.zip |
removed debug print in rofi_pass
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 |