correct creds path

This commit is contained in:
Alarig Le Lay 2019-01-24 19:55:03 +01:00
parent b941c57f13
commit 640a61e8f8
1 changed files with 1 additions and 1 deletions

View File

@ -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'