being -> entity
This commit is contained in:
@@ -323,14 +323,14 @@ function askReg() {
|
|||||||
|
|
||||||
confirm=" Forename: $FNAME\n Surname: $SNAME\n Place: $PLANET"
|
confirm=" Forename: $FNAME\n Surname: $SNAME\n Place: $PLANET"
|
||||||
|
|
||||||
ynBox "c3gov Stamp" "Does this being want to have a c3gov stamp?"
|
ynBox "c3gov Stamp" "Does this entity want to have a c3gov stamp?"
|
||||||
if [ $? -eq 0 ]; then
|
if [ $? -eq 0 ]; then
|
||||||
STAMP=true
|
STAMP=true
|
||||||
else
|
else
|
||||||
STAMP=false
|
STAMP=false
|
||||||
fi
|
fi
|
||||||
|
|
||||||
ynBox "GPG" "Does the being have a GPG key to register?"
|
ynBox "GPG" "Does the entity have a GPG key to register?"
|
||||||
if [ $? -eq 0 ]; then
|
if [ $? -eq 0 ]; then
|
||||||
enterGPG "" no-confirm
|
enterGPG "" no-confirm
|
||||||
if [ $? -eq 0 ]; then
|
if [ $? -eq 0 ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user