latest
This commit is contained in:
10
osmand-maps/run.sh
Normal file
10
osmand-maps/run.sh
Normal file
@@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
|
||||
chmod a+rx /work/bin/*
|
||||
|
||||
bash -c "/work/bin/gen.sh" &
|
||||
|
||||
rm -rfv /var/www/html
|
||||
ln -s /work/webroot /var/www/html
|
||||
chmod -Rv a+rx /work/webroot/*
|
||||
exec nginx -g "daemon off;"
|
||||
Reference in New Issue
Block a user