summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMagnus Feuer <mfeuer@jaguarlandrover.com>2014-10-27 16:19:51 -0700
committerMagnus Feuer <mfeuer@jaguarlandrover.com>2014-10-27 16:19:51 -0700
commit71cc0f5a6ea35db1c735e0992474b5d156296b9b (patch)
treecd4524dcbf037b3e67f0af407f287395507d2c0c
parent483452108d910c6930e7b56581b1d7b3fad21cc5 (diff)
downloadrvi_core-71cc0f5a6ea35db1c735e0992474b5d156296b9b.tar.gz
Silenced spurious error message in install script
-rw-r--r--sota_demo/install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/sota_demo/install.sh b/sota_demo/install.sh
index 09b0543..da7dce6 100644
--- a/sota_demo/install.sh
+++ b/sota_demo/install.sh
@@ -9,7 +9,7 @@
(cd jsonrpclib; python setup.py install)
# Install the code.
-rm -r /opt/sota
+rm -fr /opt/sota
mkdir -p /opt/sota
cp rvi_json_rpc_server.py /opt/sota