7 lines
329 B
Diff
7 lines
329 B
Diff
--- sanitycheck.sh.orig 2023-12-12 11:37:12.000000000 +0100
|
|
+++ sanitycheck.sh 2024-01-25 20:56:37.164800966 +0100
|
|
@@ -1,3 +1,3 @@
|
|
#!/bin/sh
|
|
-cd /usr/share/efisc2023
|
|
+cd /usr/share/java/efisc2023
|
|
./jre/bin/java -Xmx800m -Xms800m ${runtime.endorsed.linux} -cp sanitycheck-1.0.0-plain.jar ch.abraxas.jastine.sancheck.SanityCheck
|