mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2026-03-03 19:43:56 +01:00
fix error in install
This commit is contained in:
parent
5cc9705ee8
commit
42644d7c3c
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue