More renaming; more client infos; documentation

This commit is contained in:
2025-11-28 18:51:07 +01:00
parent f9ac98d829
commit 09d35810c0
4 changed files with 26 additions and 5 deletions

View File

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