2021-02-24 06:18:01 -05:00
|
|
|
#! /bin/bash
|
|
|
|
|
|
|
|
set -e
|
|
|
|
|
2021-02-25 15:00:00 -05:00
|
|
|
tput reset
|
|
|
|
|
2021-02-24 06:18:01 -05:00
|
|
|
printf "%s\n" "Restoring…"
|
|
|
|
. qr-restore.sh
|
|
|
|
|
|
|
|
if [ -n "$secret" ]; then
|
|
|
|
printf "%s\n" "Backing up…"
|
|
|
|
. qr-backup.sh
|
2021-02-25 14:03:38 -05:00
|
|
|
fi
|