correct creds path

master
Alarig Le Lay 5 years ago
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…
Cancel
Save