From a78c3a3fcc0f569270ca54d3355eade4e067d4dc Mon Sep 17 00:00:00 2001 From: undisclosed Date: Mon, 09 Jan 2023 09:03:19 +0000 Subject: [PATCH] Dateien aufgeraeumt --- resources/start | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/resources/start b/resources/start index 180ff29..389de02 100755 --- a/resources/start +++ b/resources/start @@ -1,3 +1,4 @@ #!/bin/sh -java -Domx.wd=/mnt/store/calypso -Djava.util.logging.config.file=logging.properties -jar calypso.jar port=9090 player=omx ctx=/calypso & +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