mirror of
https://github.com/sunknudsen/privacy-guides.git
synced 2025-02-23 01:03:59 +00:00
11 lines
145 B
Bash
11 lines
145 B
Bash
#! /bin/bash
|
|
|
|
set -e
|
|
|
|
printf "%s\n" "Restoring…"
|
|
. qr-restore.sh
|
|
|
|
if [ -n "$secret" ]; then
|
|
printf "%s\n" "Backing up…"
|
|
. qr-backup.sh
|
|
fi |