Renaming c3Reg -> c3gov

This commit is contained in:
2025-11-28 18:13:43 +01:00
parent e2151345d7
commit f9ac98d829
13 changed files with 36 additions and 13 deletions

View File

@@ -5,9 +5,9 @@ export TERM=vt220
export DIALOGRC=dialogrc
LOCKFILE=/tmp/c3reglock
LOCKFILE=/tmp/c3govlock
TMP=/tmp/$RANDOM
BT="c3Reg - v0.4"
BT="c3gov - v0.5"
cd $(dirname "$0")
@@ -223,12 +223,12 @@ function printReg() {
}
function printC3RegStamp() {
askForField "c3Reg stamp" "$1"
askForField "c3gov stamp" "$1"
if [ $? -eq 0 ]; then
checkLockFile
diaBox "Insert Passport" "Please insert passport (Visas) into the printer."
cd "$1"
./c3reg $FIELD
./c3gov $FIELD
cd ..
rm $LOCKFILE
return 0
@@ -319,7 +319,7 @@ function askReg() {
confirm=" Forename: $FNAME\n Surname: $SNAME\n Place: $PLANET"
ynBox "c3Reg Stamp" "Does this being want to have a c3Reg stamp?"
ynBox "c3gov Stamp" "Does this being want to have a c3gov stamp?"
if [ $? -eq 0 ]; then
STAMP=true
else