Fix issue with sourcing
parent
30f15932b9
commit
6957f27848
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
. backup.conf
|
||||
. ./backup.conf
|
||||
|
||||
# some helpers and error handling:
|
||||
info() { printf "\n%s %s\n\n" "$( date )" "$*" >&2; }
|
||||
|
|
Loading…
Reference in New Issue