Browse Source

no brackets

Bob Mottram 10 years ago
parent
commit
23cc7966d5
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      install-freedombone.sh

+ 1
- 1
install-freedombone.sh View File

850
 
850
 
851
   chown -R $MY_USERNAME:$MY_USERNAME /home/$MY_USERNAME/.gnupg
851
   chown -R $MY_USERNAME:$MY_USERNAME /home/$MY_USERNAME/.gnupg
852
 
852
 
853
-  if [ $MY_GPG_PUBLIC_KEY && $MY_GPG_PRIVATE_KEY ]; then
853
+  if $MY_GPG_PUBLIC_KEY && $MY_GPG_PRIVATE_KEY; then
854
 	  # use your existing GPG keys which were exported
854
 	  # use your existing GPG keys which were exported
855
 	  if [ ! -f $MY_GPG_PUBLIC_KEY ]; then
855
 	  if [ ! -f $MY_GPG_PUBLIC_KEY ]; then
856
 		  echo "GPG public key file $MY_GPG_PUBLIC_KEY was not found"
856
 		  echo "GPG public key file $MY_GPG_PUBLIC_KEY was not found"