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