X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=bin%2Fsetup.sh;h=fc59804214d07d7a9af6066d29b578543388f105;hb=c6cb14c930c10c11dea1fb4460b5ce764433d762;hp=b242dc4ae1e4767f5a35750e9e7883718ea72178;hpb=776ff7a00ca98cd3f668e43e4419c62791b1110f;p=civicrm-core.git diff --git a/bin/setup.sh b/bin/setup.sh index b242dc4ae1..fc59804214 100755 --- a/bin/setup.sh +++ b/bin/setup.sh @@ -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';"