From 9d4292732c1db2de2e9545ac9d91b431aa98ebad Mon Sep 17 00:00:00 2001
From: ulrich
Date: Sun, 30 Mar 2025 17:23:05 +0000
Subject: [PATCH] Maschine Ausschalten nach einer Minute, sodass der Server zuvor herunter fahren kann.

---
 resources/start |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/resources/start b/resources/start
index e1da2e7..389de02 100755
--- a/resources/start
+++ b/resources/start
@@ -1,3 +1,4 @@
 #!/bin/sh
 
-java -Domx.wd=/mnt/store/avd -Djava.util.logging.config.file=logging.properties -jar calypso.jar port=9090 player=omx ctx=/calypso &
\ No newline at end of file
+cd /home/pi/prg/calypso
+java -Djava.util.logging.config.file=conf/logging.properties -jar calypso.jar conf=conf/calypso.properties &

--
Gitblit v1.9.3