This website requires JavaScript.
Explore
Help
Sign In
slfhstd
/
TestPostsBot
Watch
1
Star
0
Fork
0
You've already forked TestPostsBot
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
1
Wiki
Activity
Files
0e01f803b2c93d6c9f1877123e5543867816b852
TestPostsBot
/
entrypoint.sh
T
6 lines
100 B
Bash
Raw
Normal View
History
Unescape
Escape
Further updates to fix permissions issues
2026-03-11 18:09:41 +00:00
#!/bin/sh
set
-e
2026-03-11 18:21:06 +00:00
## Skipping chown for bind-mounted DB folder to avoid permission errors
Further updates to fix permissions issues
2026-03-11 18:09:41 +00:00
exec
"
$@
"
Reference in New Issue
Copy Permalink