Skip to content
Snippets Groups Projects
Commit d53b0c8d authored by OskarStenberg's avatar OskarStenberg
Browse files

Update backup.sh

parent c42c32c1
Branches
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment