Fix issue with sourcing

pull/4/head
drunkendog 2022-12-19 17:49:39 +00:00
parent 30f15932b9
commit 6957f27848
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#!/bin/sh #!/bin/sh
. backup.conf . ./backup.conf
# some helpers and error handling: # some helpers and error handling:
info() { printf "\n%s %s\n\n" "$( date )" "$*" >&2; } info() { printf "\n%s %s\n\n" "$( date )" "$*" >&2; }