add dirty hack for passwords

This commit is contained in:
konrad 2019-01-20 23:28:51 +01:00
parent 1ed77058fa
commit 82a27e6138
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#!/usr/bin/expect
set timeout 2
set passphrase "mysupersecretpassword"
set passphrase $GPG_PASSWORD
spawn reprepro -b [lindex $argv 0] [lindex $argv 1] [lindex $argv 2] [lindex $argv 3]
expect {