summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xboard/cem/init.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/cem/init.sh b/board/cem/init.sh
index 90103ee..949f9b9 100755
--- a/board/cem/init.sh
+++ b/board/cem/init.sh
@@ -3,13 +3,13 @@
set -e
TARGET_IP="eth0" # need to match the one on install.sh
-HOME_PATH="$HOME/xioh-acceptance/board/full_IO/"
+HOME_PATH="$HOME/xioh-acceptance/board/full_IO/" # you need to have clone uder the name "xioh-acceptance"
SIZE_FILE="100MB"
TEST_FILE="/tmp/random_$SIZE_FILE"
cd $HOME_PATH
-chown asterisk.asterisk call/* -r
+chown asterisk.asterisk call/* -R
cp sound/testing_file.wav /tmp/
scp sound/testing_file.wav $TARGET_IP:/tmp/