aboutsummaryrefslogtreecommitdiff
path: root/setup/unix/setup.sh
diff options
context:
space:
mode:
Diffstat (limited to 'setup/unix/setup.sh')
-rwxr-xr-xsetup/unix/setup.sh2
1 files changed, 1 insertions, 1 deletions
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