Skip to content
Snippets Groups Projects

Fix passing multiple arguments with mysqldump backup script

Merged Vineet Reddy Rajula requested to merge fix-mysqldump-flags into v9.4-1
2 files
+ 3
3
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -35,7 +35,7 @@
fi
# If website contains the previous grepped string, then it means it failed to fully migrate
CHECK_IF_SITE_INSTALL=$(curl --max-time 60 --silent --fail "https://${FQDN}/" | grep "Welcome to Drush Site-Install")
CHECK_IF_SITE_INSTALL=$(curl --max-time 60 --silent --fail "https://${FQDN}/" | grep "Welcome")
[[ -z "${CHECK_IF_SITE_INSTALL}" ]] && {
echo "❌ Welcome Drush page not there"
delete_site
Loading