Przeglądaj źródła

Check for composer failure

Bob Mottram 8 lat temu
rodzic
commit
de9e9e77c5
1 zmienionych plików z 4 dodań i 0 usunięć
  1. 4
    0
      src/freedombone-app-koel

+ 4
- 0
src/freedombone-app-koel Wyświetl plik

704
     fi
704
     fi
705
     npm install -g yarn
705
     npm install -g yarn
706
     php composer.phar install
706
     php composer.phar install
707
+    if [ ! "$?" = "0" ]; then
708
+        echo $'Unable to run composer install'
709
+        exit 7252198
710
+    fi
707
     npm install
711
     npm install
708
 
712
 
709
     function_check get_mariadb_password
713
     function_check get_mariadb_password