diff options
-rwxr-xr-x | lo-status | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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=$( |