diff --git a/.build/software/vaultwarden/container_build.bash b/.build/software/vaultwarden/container_build.bash index 3e07f3e9ac..00bf9c44a0 100755 --- a/.build/software/vaultwarden/container_build.bash +++ b/.build/software/vaultwarden/container_build.bash @@ -84,9 +84,6 @@ G_EXEC_OUTPUT=1 G_EXEC e2fsck -fp "${FP_LOOP}p1" G_EXEC mkdir rootfs G_EXEC mount "${FP_LOOP}p1" rootfs -# Test -export PY_COLORS=1 - # Enable automated setup G_CONFIG_INJECT 'AUTO_SETUP_AUTOMATED=' 'AUTO_SETUP_AUTOMATED=1' rootfs/boot/dietpi.txt # - Workaround for skipped autologin in emulated Trixie/Sid containers: https://gitlab.com/qemu-project/qemu/-/issues/1962