c/p error
This commit is contained in:
parent
cfff4a998d
commit
4e1ddf85a4
1 changed files with 1 additions and 1 deletions
|
@ -2,6 +2,7 @@
|
||||||
set -e
|
set -e
|
||||||
RIOT_BRANCH=develop
|
RIOT_BRANCH=develop
|
||||||
|
|
||||||
|
BASE_DIR=$(cd $(dirname $0) && pwd)
|
||||||
cd $BASE_DIR
|
cd $BASE_DIR
|
||||||
# Install ComplexHttpServer (a drop in replacement for Python's SimpleHttpServer
|
# Install ComplexHttpServer (a drop in replacement for Python's SimpleHttpServer
|
||||||
# but with support for multiple threads) into a virtualenv.
|
# but with support for multiple threads) into a virtualenv.
|
||||||
|
@ -20,7 +21,6 @@ cd $BASE_DIR
|
||||||
deactivate
|
deactivate
|
||||||
)
|
)
|
||||||
|
|
||||||
BASE_DIR=$(cd $(dirname $0) && pwd)
|
|
||||||
if [ -d $BASE_DIR/riot-web ]; then
|
if [ -d $BASE_DIR/riot-web ]; then
|
||||||
echo "riot is already installed"
|
echo "riot is already installed"
|
||||||
exit
|
exit
|
||||||
|
|
Loading…
Reference in a new issue