Skip to content
Snippets Groups Projects
Commit a148228a authored by wu-lee's avatar wu-lee
Browse files

mastodon_db_backup.sh - missing sigil

parent 7191cbc5
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@ backup() {
local cname=$1
local seqno="$(( $(date +%s) / 86400 % 2 ))"
local link="db-backup.$seqno.sql.gz"
local file="db-backup.(date +%F_%R)-${cname}.sql.gz"
local file="db-backup.$(date +%F_%R)-${cname}.sql.gz"
echo "Backing up $cname -> $file @ $(date +%F_%R)"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment