X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=bin%2Fsetup.sh;h=fc59804214d07d7a9af6066d29b578543388f105;hb=694ccbf41adc31bce4d056fcc46930ba9c2e15e5;hp=b242dc4ae1e4767f5a35750e9e7883718ea72178;hpb=ace706265dd7034522732b4e65825f5cb8a76360;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';"