aboutsummaryrefslogtreecommitdiff
path: root/entrypoint.sh
diff options
context:
space:
mode:
Diffstat (limited to 'entrypoint.sh')
-rw-r--r--entrypoint.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/entrypoint.sh b/entrypoint.sh
index 417fa14..c5a49de 100644
--- a/entrypoint.sh
+++ b/entrypoint.sh
@@ -31,6 +31,7 @@ case "$arguments" in
echo "Cleaning old stuff..."
find /steam/${LAUNCH_APP}/Data/Assets -atime +7 -delete
find /steam/${LAUNCH_APP}/Data/Cache -atime +7 -delete
+ find /Logs -atime +30 -delete
echo "Run NeosVR headless client..."
- cd /steam/${LAUNCH_APP}/ && mono Neos.exe;;
+ cd /steam/${LAUNCH_APP}/ && mono Neos.exe -l /logs;;
esac