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

@ -64,6 +64,7 @@ To enter in temporary filesystem
- [metabase](./ressources/metabase)
- [minio](./ressources/minio)
- [phpbb](./ressources/phpbb)
- [picapport](./ressources/picapport)
- [roundcubemail](./ressources/roundcubemail)
- [rss-bridge](./ressources/rss-bridge)
- [rustdesk-server](./ressources/rustdesk-server)

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}