Skip to content

Commit

Permalink
chore: add test error
Browse files Browse the repository at this point in the history
Signed-off-by: Stephan Wendel <[email protected]>
  • Loading branch information
KwadFan committed Feb 17, 2024
1 parent 19f9945 commit 2a2c74e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/armbian/default
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ BASE_IMAGE_RESIZEROOT=600
# Compress not needed due compression done in workflow
BASE_RELEASE_COMPRESS=no
# Modules are valid for 32bit and 64bit images
MODULES="base,pkgupgrade,udev_fix,armbian(armbian_net,mainsailos,klipper,is_req_preinstall,moonraker,mainsail,timelapse,crowsnest,sonar)"

# MODULES="base,pkgupgrade,udev_fix,armbian(armbian_net,mainsailos,klipper,is_req_preinstall,moonraker,mainsail,timelapse,crowsnest,sonar)"
MODULES="base(errorout)"
# export Variables
export DOWNLOAD_BASE_URL
export BASE_ADD_USER
Expand Down
5 changes: 5 additions & 0 deletions src/modules/errorout/start_chroot_script
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/usr/bin/env bash

set -Ee

exit 1

0 comments on commit 2a2c74e

Please sign in to comment.