diff --git a/postgres/rootfs/etc/cont-init.d/99-run.sh b/postgres/rootfs/etc/cont-init.d/99-run.sh index 252ab8640..3f554eb14 100755 --- a/postgres/rootfs/etc/cont-init.d/99-run.sh +++ b/postgres/rootfs/etc/cont-init.d/99-run.sh @@ -37,7 +37,7 @@ chmod -R 777 "$CONFIG_HOME" ############## # Go to folder -cd /data || true +cd /config || true echo " " bashio::log.info "Starting the app"