From 2473e0b3821383effa4b02994621fc43914f93c8 Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Sun, 9 Aug 2015 11:47:36 +1200 Subject: Update unix setup scripts --- setup/unix/linux-arm-setup.sh | 2 +- setup/unix/setup.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'setup') diff --git a/setup/unix/linux-arm-setup.sh b/setup/unix/linux-arm-setup.sh index 1268f76db..902b25701 100755 --- a/setup/unix/linux-arm-setup.sh +++ b/setup/unix/linux-arm-setup.sh @@ -8,7 +8,7 @@ then else mkdir $UNIX_PATH cp -rf * $UNIX_PATH - chmod -R +rX $UNIX_PATH + chmod -R go+rX $UNIX_PATH if [ -z "`readelf -A /proc/self/exe | grep Tag_ABI_VFP_args`" ] then mv $UNIX_PATH/bin/wrapper-linux-armel-32 $UNIX_PATH/bin/wrapper diff --git a/setup/unix/setup.sh b/setup/unix/setup.sh index fc9a9204a..38dcb19a0 100755 --- a/setup/unix/setup.sh +++ b/setup/unix/setup.sh @@ -8,7 +8,7 @@ then else mkdir $UNIX_PATH cp -rf * $UNIX_PATH - chmod -R +rX $UNIX_PATH + chmod -R go+rX $UNIX_PATH $UNIX_PATH/bin/traccar install rm $UNIX_PATH/setup.sh fi -- cgit v1.2.3