- Note: 'ots --wait s file' prints terminal text every 30 seconds for
every calendar server. Unless inhibited, these messages obscure the
progress dots of 'bksum'.
# arg(s): file paths (IFS delimited)
# Output: file containing sha256 hashes and file paths
# Depends: bash v5.1.16, date (GNU Coreutils 8.32), gpg v2.2.27, ots v0.7.0
# arg(s): file paths (IFS delimited)
# Output: file containing sha256 hashes and file paths
# Depends: bash v5.1.16, date (GNU Coreutils 8.32), gpg v2.2.27, ots v0.7.0
declare -Ag appRollCall # Associative array for storing app status
declare -Ag fileRollCall # Associative array for storing file status
declare -Ag appRollCall # Associative array for storing app status
declare -Ag fileRollCall # Associative array for storing file status
elif [[ $opTsWait == "true" ]]; then
yell "NOTICE:Waiting for calendar server response in background. (This may take 8 to 24 hours)...";
yell "ADVICE:Do not close or suspend this terminal.";
elif [[ $opTsWait == "true" ]]; then
yell "NOTICE:Waiting for calendar server response in background. (This may take 8 to 24 hours)...";
yell "ADVICE:Do not close or suspend this terminal.";
- try ots --wait s "$pathSumOut" &
+ try ots --wait s "$pathSumOut" 1>/dev/random 2>&1 &
fi;
fi;
## Timestamp checksum signature file.
fi;
fi;
## Timestamp checksum signature file.
elif [[ $opTsWait == "true" ]]; then
yell "NOTICE:Waiting for calendar server response in background. (This may take 8 to 24 hours)...";
yell "ADVICE:Do not close or suspend this terminal.";
elif [[ $opTsWait == "true" ]]; then
yell "NOTICE:Waiting for calendar server response in background. (This may take 8 to 24 hours)...";
yell "ADVICE:Do not close or suspend this terminal.";
- try ots --wait s "$pathSigOut" &
+ try ots --wait s "$pathSigOut" 1>/dev/random 2>&1 &