From 639224e1188673ee90f09d914869de8ae20cf103 Mon Sep 17 00:00:00 2001
From: Christian Heller <c.heller@plomlompom.de>
Date: Mon, 27 Jan 2020 00:22:17 +0100
Subject: [PATCH] Fix.

---
 buster/setup_scripts/backup_pleroma.sh  | 2 +-
 buster/setup_scripts/migrate_pleroma.sh | 2 +-
 buster/setup_scripts/restore_pleroma.sh | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/buster/setup_scripts/backup_pleroma.sh b/buster/setup_scripts/backup_pleroma.sh
index 75a484e..fadbb5f 100755
--- a/buster/setup_scripts/backup_pleroma.sh
+++ b/buster/setup_scripts/backup_pleroma.sh
@@ -1,6 +1,6 @@
 #!/bin/sh
 set -e
-set -x
+
 # Heavily inspired by <https://docs.pleroma.social/backup.html>
 
 service pleroma stop
diff --git a/buster/setup_scripts/migrate_pleroma.sh b/buster/setup_scripts/migrate_pleroma.sh
index 8874463..1fc2ec8 100755
--- a/buster/setup_scripts/migrate_pleroma.sh
+++ b/buster/setup_scripts/migrate_pleroma.sh
@@ -1,6 +1,6 @@
 #!/bin/sh
 set -e
-set -x
+
 # Heavily inspired by <https://docs.pleroma.social/backup.html>
 
 if [ "$#" -ne 1 ]; then
diff --git a/buster/setup_scripts/restore_pleroma.sh b/buster/setup_scripts/restore_pleroma.sh
index 325aa23..c081177 100755
--- a/buster/setup_scripts/restore_pleroma.sh
+++ b/buster/setup_scripts/restore_pleroma.sh
@@ -1,6 +1,6 @@
 #!/bin/sh
 set -e
-set -x
+
 # Heavily inspired by <https://docs.pleroma.social/backup.html>
 
 service pleroma stop
-- 
2.30.2