From d53b0c8d2913f3fa9319680e943c09d4513ca675 Mon Sep 17 00:00:00 2001 From: OskarStenberg <01ste02@gmail.com> Date: Wed, 14 Jul 2021 12:02:59 +0000 Subject: [PATCH] Update backup.sh --- backup.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/backup.sh b/backup.sh index 367ba3072..0a8bb58f4 100755 --- a/backup.sh +++ b/backup.sh @@ -99,7 +99,9 @@ if ! [ -f "$dbDumpFile" ]; then exit 0 fi -dnf install -y patch php-zip diffutils +echo "Installing packages" +dnf install -yq patch php-zip diffutils +echo "Done" #Update value in config file to get correct format sed -i 's/protected $useExtendedInserts = true;/protected $useExtendedInserts = false;/' $dbDumpFile -- GitLab