Fix picapport metabase

This commit is contained in:
thomas 2022-11-01 05:29:07 +01:00
parent 6c4f22d566
commit 06ecaba890
3 changed files with 3 additions and 1 deletions

View file

@ -2,6 +2,7 @@ Package: metabase
Version: %VERSION%
Section: base
Priority: optional
Depends: default-jre
Architecture: all
Maintainer: Thomas Legay <thomas@lgy.fr>
Description: metabase

View file

@ -1,4 +1,4 @@
#!/usr/bin/env bash
source /etc/default/picapport
/usr/bin/java ${JAVA_ARGS} -jar /usr/lib/picapport/picapport-headless.jar ${PICAPPORT_CONF}
exec /usr/bin/java ${JAVA_ARGS} -jar /usr/lib/picapport/picapport-headless.jar ${PICAPPORT_CONF}