common: Fixed syntax in backup_databases.sh script

wip
Felix Stupp 5 years ago
parent c02b88bf2e
commit 39e7f60aba
Signed by: zocker
GPG Key ID: 93E1BD26F6B02FB7

@ -1,6 +1,6 @@
#!/bin/sh
set -e
set -e;
file={{ backups_databases_directory | quote }}"/$1.sql.gpg";

Loading…
Cancel
Save