From 0c9d6d7923edece4048c4cfe5b8a6b8e08ce1383 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 21 Mar 2022 18:03:14 +0100 Subject: [PATCH] Update 99-configuration.sh --- papermerge/rootfs/etc/cont-init.d/99-configuration.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/papermerge/rootfs/etc/cont-init.d/99-configuration.sh b/papermerge/rootfs/etc/cont-init.d/99-configuration.sh index ede53201c..c44b58f8b 100644 --- a/papermerge/rootfs/etc/cont-init.d/99-configuration.sh +++ b/papermerge/rootfs/etc/cont-init.d/99-configuration.sh @@ -1,6 +1,10 @@ #!/usr/bin/with-contenv bashio # shellcheck shell=bash +# Symlink config + +ln -s /data/config/papermerge.conf.py /etc + ################## # SELECT FOLDERS # ################## @@ -70,4 +74,4 @@ if [ "$IMAPHOST" != "null" ]; then bashio::log.info "! IMAPHOST has been set, but no IMAPPASSWORD. Please check your configuration!" fi -fi \ No newline at end of file +fi