Skip to content
Snippets Groups Projects
Commit 9e41e48d authored by Oskar Stenberg's avatar Oskar Stenberg
Browse files

Merge branch 'importMinAmt' of https://gitlab.control.lth.se/OskarS/snipeit into importMinAmt

parents e619f8d4 d53b0c8d
No related branches found
No related tags found
No related merge requests found
...@@ -99,7 +99,9 @@ if ! [ -f "$dbDumpFile" ]; then ...@@ -99,7 +99,9 @@ if ! [ -f "$dbDumpFile" ]; then
exit 0 exit 0
fi 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 #Update value in config file to get correct format
sed -i 's/protected $useExtendedInserts = true;/protected $useExtendedInserts = false;/' $dbDumpFile 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