diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2015-08-09 11:47:36 +1200 |
---|---|---|
committer | Anton Tananaev <anton.tananaev@gmail.com> | 2015-08-09 11:47:36 +1200 |
commit | 2473e0b3821383effa4b02994621fc43914f93c8 (patch) | |
tree | efe7fa255bf2464294f0b2d4b3dcd43168ec3f6e /setup/unix/linux-arm-setup.sh | |
parent | 82bbbe753945d70de4e5d8b19c4e7b9c356283e9 (diff) | |
download | trackermap-server-2473e0b3821383effa4b02994621fc43914f93c8.tar.gz trackermap-server-2473e0b3821383effa4b02994621fc43914f93c8.tar.bz2 trackermap-server-2473e0b3821383effa4b02994621fc43914f93c8.zip |
Update unix setup scripts
Diffstat (limited to 'setup/unix/linux-arm-setup.sh')
-rwxr-xr-x | setup/unix/linux-arm-setup.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |