Update 'backup/backup-script.sh'

pull/4/head
drunkendog 2022-12-19 18:22:32 +00:00
parent 8138cffb25
commit 94c33669f7
1 changed files with 1 additions and 1 deletions

View File

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