docker-overpass-api
docker-overpass-api copied to clipboard
permissions in run.sh are wrong
falled into this error today, had to change the chmod in run.sh to
#make sure DBDIR is readable by overpass_api user chmod uog+rwX $DBDIR chmod uog+rwX $DBDIR/* chmod uog+rwx /*.sh
The DBDIR is not accessible and the .sh files not executable by the overpass user
Hi,
Sorry for the delay.
I can't find what is the error. Could you specify a bit more ? run.sh
is x
for everyone. Isn't that enough ?
It's about the permissions of DBDIR, its files, and the sh files. These are set inside run.sh. Just compare your chmods in run.sh with the chmods above, I added the x / X.