diff --git a/src/config b/src/config index 17c8f529d..5dec7d21f 100644 --- a/src/config +++ b/src/config @@ -2,7 +2,7 @@ # Shebang for better detection of file type export DIST_NAME=RatOS -export DIST_VERSION=1.2.3 +export DIST_VERSION=1.2.4 export BASE_IMAGE_ENLARGEROOT=6500 export MODULES="base,pkgupgrade(network,piconfig,klipper,node,is_req_preinstall,moonraker,mainsail,mjpgstreamer,serialcomm,ratos,rpi_mcu,klipperscreen,password-for-sudo,disable-services(hotspot))" export BASE_IMAGE_RESIZEROOT=200 diff --git a/src/modules/moonraker/start_chroot_script b/src/modules/moonraker/start_chroot_script index 566630857..a261aebda 100644 --- a/src/modules/moonraker/start_chroot_script +++ b/src/modules/moonraker/start_chroot_script @@ -28,6 +28,7 @@ gitclone MOONRAKER_REPO moonraker # create database dir mkdir -p /home/${BASE_USER}/.moonraker_database +chown ${BASE_USER}:${BASE_USER} -R /home/${BASE_USER}/.moonraker_database # use moonrakers Install script echo_green "Launch moonraker Install script (scripts/install-moonraker.sh)"