Browse Source

Fix console dir

tags/4.0.15.1
Steevan BARBOYON 8 years ago
parent
commit
8318f8f0a2
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      init_benchmark.sh

+ 2
- 2
init_benchmark.sh View File

29
     [ "$?" != "0" ] && exit 1
29
     [ "$?" != "0" ] && exit 1
30
 
30
 
31
     if [ "$env" == "news" ]; then
31
     if [ "$env" == "news" ]; then
32
-        php app/console assets:install --symlink --env=$env
32
+        php bin/console assets:install --symlink --env=$env
33
         [ "$?" != "0" ] && exit 1
33
         [ "$?" != "0" ] && exit 1
34
-        php app/console assetic:dump --env=$env
34
+        php bin/console assetic:dump --env=$env
35
         [ "$?" != "0" ] && exit 1
35
         [ "$?" != "0" ] && exit 1
36
     fi
36
     fi
37
 
37
 

Loading…
Cancel
Save