This commit is contained in:
Alarig Le Lay 2019-01-21 17:32:54 +01:00
parent c5b043e447
commit c5d85d7e1c
1 changed files with 2 additions and 2 deletions

View File

@ -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 doesnt exist'
write_log FATAL 'The file creds doesnt exist'
exit 1
fi