Commit bb0fcf6c authored by Jerome Chauveau's avatar Jerome Chauveau
Browse files

ajout variable MAX_PLUGINS_DIR

parent 71d3c6dd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
#!/bin/bash
DIRECTORY=$(cd "$(dirname "$0")" && pwd)

MAX_PLUGINS_DIR=${DIRECTORY}/../plugins
dependency_test(){
  result=$(command -v "$1")
  if [[ -z $result ]]