From 640a61e8f87a62243c3b33e82b5ede82ed5e94ea Mon Sep 17 00:00:00 2001 From: alarig Date: Thu, 24 Jan 2019 19:55:03 +0100 Subject: [PATCH] correct creds path --- creationRoutesVM.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/creationRoutesVM.sh b/creationRoutesVM.sh index 49249d3..65916ce 100755 --- a/creationRoutesVM.sh +++ b/creationRoutesVM.sh @@ -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'