From f60aee53e80d64580e623c54840bdb3cc7ea4e72 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Thu, 18 Apr 2019 10:14:35 +0200 Subject: lo-status: fix typo --- lo-status | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lo-status b/lo-status index 1030eb4..49163a0 100755 --- a/lo-status +++ b/lo-status @@ -3,7 +3,7 @@ cd "$(dirname "$0")" if [ -f '/mnt/key/192.168.0.1' ]; then - ${gpg_options}='--passphrase-file /mnt/key/192.168.0.1' + gpg_options='--passphrase-file /mnt/key/192.168.0.1' fi credentials=$( -- cgit v1.2.3-54-g00ecf