static pathing in slot config
This commit is contained in:
parent
8c0f83611e
commit
fe65cfdc54
1 changed files with 2 additions and 2 deletions
|
|
@ -45,8 +45,8 @@ for SLOT in "${SLOTS[@]}"; do
|
|||
[[ -z "$s_num" ]] && continue
|
||||
echo "Processing Slot $s_num: $s_name"
|
||||
|
||||
TEMP_SLOT="/tmp/slot_${s_num}.conf"
|
||||
cp "./keepalived_slot.tpl" "$TEMP_SLOT"
|
||||
TEMP_SLOT="/docker/keepalived/tmp/slot_${s_num}.conf"
|
||||
cp "/docker/keepalived/keepalived_slot.tpl" "$TEMP_SLOT"
|
||||
|
||||
AUTH_PASS="${BASE_PASSWORD:0:7}-${s_num}"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue