.restic/restic-do: Fix date command

This commit is contained in:
earnest ma 2022-01-10 11:42:07 -05:00
parent 4f5431f90c
commit 814185f3b7
No known key found for this signature in database
GPG Key ID: A343F43342EB6E2A
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ export AWS_ACCESS_KEY_ID=$(pash show personal-backups/aws-key-id)
export AWS_SECRET_ACCESS_KEY=$(pash show personal-backups/aws-access-key)
repo=$(cat ~/.dotfiles/.restic/.repo-name)
script_started=$(date +%Y-%M-%d_%H%M%S)
script_started=$(date +%Y-%m-%d_%H%M%S)
# $RESTIC_PASSWORD_FILE or $RESTIC_PASSWORD_COMMAND
if [[ -f "$HOME/.dotfiles/.restic/.repo-pass" ]]; then