Anpassungen im Log und testen, ob PublicKey zur CA vorhanden ist.
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
DEFAULT_LOG_FILE="./log/log.txt"
|
||||
ACTIVE_LOG_FILE="/home/oberkoetter/Dokumente/Git/log.txt"
|
||||
DEFAULT_LOG_FILE="./log-default.txt"
|
||||
ACTIVE_LOG_FILE="./log.txt"
|
||||
|
||||
log_init() {
|
||||
ACTIVE_LOG_FILE="${1:-$DEFAULT_LOG_FILE}"
|
||||
|
||||
Reference in New Issue
Block a user