summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKévin Raymond <kraymond@avencall.com>2013-01-24 19:17:35 +0100
committerKévin Raymond <kraymond@avencall.com>2013-01-24 19:17:35 +0100
commit1aea55516991732d99aa2e0dd97666a85768774d (patch)
tree0388f044b7c309befbab20b194393505b6779c64
parent7147e9c1d39e1c2648cb6a1aa1db4df60a21b2e9 (diff)
fix chown for cemHEADmaster
-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/