V8.13.290.2025.10.26
Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
#!/bin/bash
|
||||
# bashsupport disable=BP5004
|
||||
# SPDX-Version: 3.0
|
||||
# SPDX-CreationInfo: 2025-10-06; WEIDNER, Marc S.; <msw@coresecret.dev>
|
||||
# SPDX-ExternalRef: GIT https://git.coresecret.dev/msw/CISS.debian.live.builder.git
|
||||
@@ -114,7 +115,7 @@ main() {
|
||||
### Declare Arrays, HashMaps, and Variables.
|
||||
declare -r var_repo_url="https://git.coresecret.dev/msw/CISS.debian.installer.git"
|
||||
declare -r var_repo_dir="/root/git/CISS.debian.installer"
|
||||
delcare -i i=""
|
||||
declare -i i=""
|
||||
declare var_mode=""
|
||||
|
||||
### Sleep a moment to settle boot artifacts.
|
||||
@@ -173,7 +174,7 @@ main() {
|
||||
done
|
||||
|
||||
### Timeout reached without acceptable semaphore.
|
||||
logger -t cdi-watcher "No valid semaphore ${VAR_SEMAPHORE} (mode 0600) within ${TIMEOUT_SEC}s; exiting idle."
|
||||
logger -t cdi-watcher "No valid semaphore ${VAR_SEMAPHORE} (mode 0600) within ${VAR_TIMEOUT}s; exiting idle."
|
||||
printf "CISS.debian.installer Master V8.13.290.2025.10.26: No valid semaphore [%s] within [%s]s.\n" "${VAR_SEMAPHORE}" "${VAR_TIMEOUT}" >| /root/.ciss/cdi/log/auto_start_finished_"$(date +"%Y-%m-%d_%H-%M-%S")".log
|
||||
|
||||
exit 0
|
||||
|
||||
Reference in New Issue
Block a user