diff --git a/scripts/start-bot.sh b/scripts/start-bot.sh index be9f0b8..9e278a4 100644 --- a/scripts/start-bot.sh +++ b/scripts/start-bot.sh @@ -13,5 +13,5 @@ cd /opt/mosgortrans \ --chdir "/opt/mosgortrans/logs" \ --log-level info \ --error-logfile "/opt/mosgortrans/logs/gunicorn_err.log" \ - --worker-tmp-dir '/tmp/shm' \ + --worker-tmp-dir "/tmp" \ --pid "/opt/mosgortrans/logs/gunicorn_pid" \ No newline at end of file