More renaming; more client infos; documentation
This commit is contained in:
@@ -222,7 +222,7 @@ function printReg() {
|
||||
return 0
|
||||
}
|
||||
|
||||
function printC3RegStamp() {
|
||||
function printc3govStamp() {
|
||||
askForField "c3gov stamp" "$1"
|
||||
if [ $? -eq 0 ]; then
|
||||
checkLockFile
|
||||
@@ -343,7 +343,7 @@ function menuFor() {
|
||||
dialog --backtitle "$BT" \
|
||||
--menu "Select ID type:" 14 40 3 \
|
||||
1 "Registration" \
|
||||
2 "c3Reg Stamp" \
|
||||
2 "c3gov Stamp" \
|
||||
3 "GPG" \
|
||||
9 "Back" 2> $TMP
|
||||
|
||||
@@ -354,14 +354,14 @@ function menuFor() {
|
||||
if [ $? -eq 0 ]; then
|
||||
printReg "$1"
|
||||
if [ "$STAMP" == "true" ]; then
|
||||
printC3RegStamp "$1"
|
||||
printc3govStamp "$1"
|
||||
fi
|
||||
if [ -n "$FP" ]; then
|
||||
printGPG "$1"
|
||||
fi
|
||||
fi
|
||||
;;
|
||||
2) printC3RegStamp "$1"
|
||||
2) printc3govStamp "$1"
|
||||
;;
|
||||
3) enterGPG
|
||||
if [ $? -eq 0 ]; then
|
||||
|
||||
Reference in New Issue
Block a user