Explorar el Código

Maybe don't need subkey

Bob Mottram hace 9 años
padre
commit
ccd6da693d
Ninguna cuenta está vinculada al correo electrónico del colaborador
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      src/freedombone

+ 1
- 1
src/freedombone Ver fichero

@@ -5343,7 +5343,7 @@ function install_monkeysphere {
5343 5343
         return
5344 5344
     fi
5345 5345
     apt-get -y install monkeysphere msva-perl
5346
-    su -c "monkeysphere gen-subkey $MY_GPG_PUBLIC_KEY_ID" - $MY_USERNAME
5346
+    #su -c "monkeysphere gen-subkey $MY_GPG_PUBLIC_KEY_ID" - $MY_USERNAME
5347 5347
 
5348 5348
     echo 'install_monkeysphere' >> $COMPLETION_FILE
5349 5349
 }