Skip to content
Snippets Groups Projects
Commit b8d77479 authored by Joan Vallvé Navarro's avatar Joan Vallvé Navarro
Browse files

hotfix

parent fde5ee01
No related branches found
No related tags found
No related merge requests found
...@@ -95,11 +95,14 @@ while getopts "vap:d:w:hf:c:" opt; do ...@@ -95,11 +95,14 @@ while getopts "vap:d:w:hf:c:" opt; do
f) # install falko f) # install falko
INSTALL_FALKO=$OPTARG INSTALL_FALKO=$OPTARG
func_check_yn $INSTALL_FALKO func_check_yn $INSTALL_FALKO
;;
c) # install csm c) # install csm
INSTALL_CSM=$OPTARG INSTALL_CSM=$OPTARG
func_check_yn $INSTALL_CSM func_check_yn $INSTALL_CSM
;;
d) # deps path d) # deps path
DEPS_PATH=$OPTARG DEPS_PATH=$OPTARG
;;
w) # wolf path w) # wolf path
WOLF_PATH=$OPTARG WOLF_PATH=$OPTARG
;; ;;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment