From 751aec4b6372a33690b48b74ebe487f1ff598ca9 Mon Sep 17 00:00:00 2001 From: Derry Hamilton Date: Tue, 11 Jun 2019 15:48:26 +0100 Subject: [PATCH] Correct package name --- install_extra/run_copying_job | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_extra/run_copying_job b/install_extra/run_copying_job index 2bb58ab..07972b2 100755 --- a/install_extra/run_copying_job +++ b/install_extra/run_copying_job @@ -31,7 +31,7 @@ fi -Xms1g \ -Xmx2g \ -cp /usr/share/ujetl/lib/CopyingApp.jar \ - com.ujetl.data.CopyingApp \ + com.rasilon.ujetl.CopyingApp \ --log4j "$LOG_PROPS" \ --config "/etc/ujetl/${JOBNAME}_config_live.xml"