From c5d85d7e1caaa330ecf9d521111bd984a94fd850 Mon Sep 17 00:00:00 2001 From: alarig Date: Mon, 21 Jan 2019 17:32:54 +0100 Subject: [PATCH] Fix typo --- creationRoutesVM.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/creationRoutesVM.sh b/creationRoutesVM.sh index a639444..7efbf5f 100755 --- a/creationRoutesVM.sh +++ b/creationRoutesVM.sh @@ -22,10 +22,10 @@ write_log() { # IPAM creds if [ -f ./creds ]; then - source ./creds + . ./creds CURL='curl -s -k -sS' else - write_log FATAL 'The file creads doesn’t exist' + write_log FATAL 'The file creds doesn’t exist' exit 1 fi