diff options
Diffstat (limited to 'sysutils/openvox-server8/files/patch-ext__cli__foreground')
-rw-r--r-- | sysutils/openvox-server8/files/patch-ext__cli__foreground | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/openvox-server8/files/patch-ext__cli__foreground b/sysutils/openvox-server8/files/patch-ext__cli__foreground index a4a4a5ad6649..ff89df8a0c4a 100644 --- a/sysutils/openvox-server8/files/patch-ext__cli__foreground +++ b/sysutils/openvox-server8/files/patch-ext__cli__foreground @@ -1,4 +1,4 @@ ---- ext/cli/foreground.orig 2019-09-17 14:05:56 UTC +--- ext/cli/foreground.orig 2025-08-24 18:44:03 UTC +++ ext/cli/foreground @@ -1,6 +1,6 @@ #!/usr/bin/env bash @@ -8,7 +8,7 @@ cli_defaults=${INSTALL_DIR}/cli/cli-defaults.sh if [ ! -e "${INSTALL_DIR}/ezbake-functions.sh" ]; then -@@ -30,7 +30,7 @@ fi +@@ -30,7 +30,7 @@ COMMAND="${JAVA_BIN} ${JAVA_ARGS} ${LOG_APPENDER} \ COMMAND="${JAVA_BIN} ${JAVA_ARGS} ${LOG_APPENDER} \ -cp "$CLASSPATH" \ clojure.main -m puppetlabs.trapperkeeper.main \ |