correct creds path
This commit is contained in:
parent
b941c57f13
commit
640a61e8f8
|
@ -21,7 +21,7 @@ write_log() {
|
|||
}
|
||||
|
||||
# IPAM creds
|
||||
CREDS_FILE='/etc/creds'
|
||||
CREDS_FILE='/usr/local/etc/proxmox-routing/creds'
|
||||
if [ -f $CREDS_FILE ]; then
|
||||
. $CREDS_FILE
|
||||
CURL='curl -s -k -sS'
|
||||
|
|
Loading…
Reference in a new issue