From f1aca4c67a393131d813f02114fc7995bf0369ec Mon Sep 17 00:00:00 2001 From: idk Date: Wed, 1 Feb 2023 21:48:02 +0000 Subject: [PATCH] quote I2P_SIGNER_USERPHRASE --- config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.sh b/config.sh index f0d3a5f..17bca79 100644 --- a/config.sh +++ b/config.sh @@ -30,7 +30,7 @@ if [ -z $I2P_CODE_SIGNER ]; then # it is a unique ID which is a short, random-looking string. echo "I2P_CODE_SIGNER not set, signing will not work" fi -if [ -z $I2P_SIGNER_USERPHRASE ]; then +if [ -z "$I2P_SIGNER_USERPHRASE" ]; then # This is an the phrase identifying the third party developer(I2P) in the following form: # 3rd Party Mac Developer Application: John Smith (ABCDEFGHIJ) echo "I2P_SIGNER_USERPHRASE not set, signing will not work"