We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f51ea51 commit eafe218Copy full SHA for eafe218
1 file changed
docker-entrypoint.sh
@@ -16,8 +16,6 @@ if [ ! "$(whoami)" = "www-data" ]; then
16
exit 1
17
fi
18
19
-export DOCKER_ENV=1
20
-
21
# Remove the old instance (if existing)
22
rm -rf "/var/www/html/"
23
@@ -52,7 +50,7 @@ worker() {
52
50
cd "${RS_ROOT}"
53
51
while true; do
54
php worker.php check
55
- sleep $(( 10 * 60 )) # Every 10 minutes
+ sleep $(( 5 * 60 )) # Every 5 minutes
56
done
57
}
58
0 commit comments