Merge pull request #11163 from mickadoo/CRM-21334-fire-hooks-on-contact-image-deletion
[civicrm-core.git] / tools / bin / scripts / runStressTest.sh.txt
index 74824f52d4c134d61592d8d5af2a054065f81e9d..64d5239a28eef19c1878e2a5955a5432e8c9acf4 100755 (executable)
@@ -1,12 +1,12 @@
 #!/usr/bin/env bash
-# define your database name here, will be overriden by 
+
+# define your database name here, will be overriden by
 # FIRST command line argument if given
 DBNAME=
-# define your database usernamename here, will be overriden by 
+# define your database usernamename here, will be overriden by
 # SECOND command line argument if given
 DBUSER=
-# define your database password here, will be overriden by 
+# define your database password here, will be overriden by
 # THIRD command line argument if given
 DBPASS=
 # set your PHP5 bin dir path here, if it's not in PATH