Bob Mottram hace 10 años
padre
commit
23cc7966d5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      install-freedombone.sh

+ 1
- 1
install-freedombone.sh Ver fichero

@@ -850,7 +850,7 @@ function configure_gpg {
850 850
 
851 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 854
 	  # use your existing GPG keys which were exported
855 855
 	  if [ ! -f $MY_GPG_PUBLIC_KEY ]; then
856 856
 		  echo "GPG public key file $MY_GPG_PUBLIC_KEY was not found"