Merge pull request #12340 from eileenmcnaughton/merge_cleanup
[civicrm-core.git] / bin / setup.sh
index b242dc4ae1e4767f5a35750e9e7883718ea72178..fc59804214d07d7a9af6066d29b578543388f105 100755 (executable)
@@ -228,9 +228,6 @@ fi
 
 if [ -n "$DO_FLUSH" ]; then
   pushd "$CALLEDPATH/.."
-    # run the cli script to build the menu and the triggers
-    "$PHP5PATH"php bin/cli.php -e System -a flush --triggers 1 --session 1
-
     # reset config_backend and userFrameworkResourceURL which gets set
     # when config object is initialized
     $MYSQLCMD -e "UPDATE civicrm_domain SET config_backend = NULL; UPDATE civicrm_setting SET value = NULL WHERE name = 'userFrameworkResourceURL';"