diff options
author | EuAndreh <eu@euandre.org> | 2019-06-05 23:31:04 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2019-06-05 23:31:04 -0300 |
commit | 06389f44b00562a85e5dc4874170781e6b6e8937 (patch) | |
tree | 9a776dc0d8045130d211f28bb1e768b60d0e37b2 /scripts/box/create-backup.env.sh | |
parent | Fix ShellCheck offenses (diff) | |
download | toph-06389f44b00562a85e5dc4874170781e6b6e8937.tar.gz toph-06389f44b00562a85e5dc4874170781e6b6e8937.tar.xz |
Remove debug echo
Diffstat (limited to 'scripts/box/create-backup.env.sh')
-rwxr-xr-x | scripts/box/create-backup.env.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/box/create-backup.env.sh b/scripts/box/create-backup.env.sh index b87df38..9b6b671 100755 --- a/scripts/box/create-backup.env.sh +++ b/scripts/box/create-backup.env.sh @@ -4,7 +4,6 @@ export BORG_REMOTE_PATH="${BORG_REMOTE_PATH}" export BORG_PASSPHRASE="${BORG_PASSPHRASE}" # The configured $BORG_REPO is already the rsync remote. # No need to send the files after the backup is done. -echo xiu borg create \ --verbose \ --stats \ |