fix error in install

This commit is contained in:
Bastian Schroll 2017-02-21 21:41:33 +01:00
parent 5cc9705ee8
commit 42644d7c3c

View file

@ -57,8 +57,7 @@ for (( i=1; i<=$#; i=$i+2 )); do
*) branch=master ;;
esac ;;
case $arg in
-p|--path) echo " !!! WARNING: you install BOSWATCH to alternative path !!! "; boswatchpath=$arg2 ;;
-p|--path) echo " !!! WARNING: you install BOSWATCH to alternative path !!! "; boswatchpath=$arg2 ;;
*) echo "Internal error!" ; exit 1 ;;
esac