Fix msg_warn
This commit is contained in:
parent
eb6abf0351
commit
64d03339f1
@ -691,11 +691,13 @@ config_file() {
|
|||||||
exit
|
exit
|
||||||
else
|
else
|
||||||
echo -e "${INFO}${BOLD}${DGN}Using config File: ${BGN}$CONFIG_FILE${CL}"
|
echo -e "${INFO}${BOLD}${DGN}Using config File: ${BGN}$CONFIG_FILE${CL}"
|
||||||
|
echo "Befor base"
|
||||||
base_settings
|
base_settings
|
||||||
|
echo "After base"
|
||||||
source "$CONFIG_FILE"
|
source "$CONFIG_FILE"
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
echo "ID: ${CT_ID}"
|
||||||
if [[ -n "$CT_ID" ]]; then
|
if [[ -n "$CT_ID" ]]; then
|
||||||
if [[ "$CT_ID" =~ ^([0-9]{3,4})-([0-9]{3,4})$ ]]; then
|
if [[ "$CT_ID" =~ ^([0-9]{3,4})-([0-9]{3,4})$ ]]; then
|
||||||
MIN_ID=${BASH_REMATCH[1]}
|
MIN_ID=${BASH_REMATCH[1]}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user