diff --git a/backup.sh b/backup.sh index 367ba30729526b0e60885e811df3ac5a7e6e47ef..0a8bb58f458af8312fff5dcdcf8fd22bf31cafe9 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