Selaa lähdekoodia

Fix console dir

tags/4.0.15.1
Steevan BARBOYON 8 vuotta sitten
vanhempi
commit
8318f8f0a2
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2
    2
      init_benchmark.sh

+ 2
- 2
init_benchmark.sh Näytä tiedosto

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

Loading…
Peruuta
Tallenna