Parcourir la source

More verbose instructions after setup.

master
Chris McCormick il y a 6 ans
Parent
révision
3b1c8a8661
1 fichiers modifiés avec 6 ajouts et 1 suppressions
  1. 6
    1
      gitnonymous-setup

+ 6
- 1
gitnonymous-setup Voir le fichier

35
   chmod 755 "${sshwrapperfile}"
35
   chmod 755 "${sshwrapperfile}"
36
   echo "-> Creating config file '${configfile}'."
36
   echo "-> Creating config file '${configfile}'."
37
   cp ${dir}/config "${configfile}"
37
   cp ${dir}/config "${configfile}"
38
+  echo "-> Pubkey follows:"
38
   echo
39
   echo
39
-  echo " *** You should now edit '${configfile}' and set your own username and email. ***"
40
+  cat ${sshfile}.pub
40
   echo
41
   echo
42
+  echo " *** You should now edit '${configfile}' and set your own pseudonymous username and email. ***"
43
+  echo
44
+  echo "-> To use your new identity:"
45
+  echo ". ${0/-setup/} ${id}"
41
 fi
46
 fi

Chargement…
Annuler
Enregistrer