scripts/backup: Fix initialization of $email
Mostly harmless in practice, since $email is typically unset. Signed-off-by: Markus Armbruster <armbru@pond.sub.org>
This commit is contained in:
parent
f0dbddd590
commit
e6d2615648
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ local_dir=../backup
|
||||||
# Don't copy (are you *sure* you want to be stupid?):
|
# Don't copy (are you *sure* you want to be stupid?):
|
||||||
remote_host=
|
remote_host=
|
||||||
remote_dir=
|
remote_dir=
|
||||||
remote_email=
|
email=
|
||||||
#
|
#
|
||||||
# Do copy:
|
# Do copy:
|
||||||
#remote_host=user@host
|
#remote_host=user@host
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue