From 7a79ba8b70e8541b6d4413a46061b2c03ecddc9b Mon Sep 17 00:00:00 2001 From: undisclosed Date: Tue, 03 Jan 2023 10:47:17 +0000 Subject: [PATCH] Baustelle: Versuche mit unterschiedlichen Playern --- resources/start | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/resources/start b/resources/start index 9c4469f..180ff29 100755 --- a/resources/start +++ b/resources/start @@ -1,3 +1,3 @@ #!/bin/sh -java -Domx.wd=/mnt/store/avd -Djava.util.logging.config.file=logging.properties -jar av-direktor.jar port=9090 player=omx & +java -Domx.wd=/mnt/store/calypso -Djava.util.logging.config.file=logging.properties -jar calypso.jar port=9090 player=omx ctx=/calypso & -- Gitblit v1.9.3