diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2015-08-09 11:12:01 +1200 |
---|---|---|
committer | Anton Tananaev <anton.tananaev@gmail.com> | 2015-08-09 11:12:01 +1200 |
commit | 82bbbe753945d70de4e5d8b19c4e7b9c356283e9 (patch) | |
tree | ad0c3a445e9a68621a48e490bd8c99ba32f50c73 /setup/unix | |
parent | a47360b0da3856a54e027f8e1d415fb72c0016e6 (diff) | |
download | trackermap-server-82bbbe753945d70de4e5d8b19c4e7b9c356283e9.tar.gz trackermap-server-82bbbe753945d70de4e5d8b19c4e7b9c356283e9.tar.bz2 trackermap-server-82bbbe753945d70de4e5d8b19c4e7b9c356283e9.zip |
Update unix setup scripts
Diffstat (limited to 'setup/unix')
-rwxr-xr-x | setup/unix/linux-arm-setup.sh | 2 | ||||
-rwxr-xr-x | setup/unix/setup.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/setup/unix/linux-arm-setup.sh b/setup/unix/linux-arm-setup.sh index afa3be37a..1268f76db 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 +r $UNIX_PATH + chmod -R +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 cf93e8985..fc9a9204a 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 +r $UNIX_PATH + chmod -R +rX $UNIX_PATH $UNIX_PATH/bin/traccar install rm $UNIX_PATH/setup.sh fi |