Bob Mottram 10 年 前
コミット
23cc7966d5
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1
    1
      install-freedombone.sh

+ 1
- 1
install-freedombone.sh ファイルの表示

@@ -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"