2
This commit is contained in:
@@ -15,6 +15,11 @@ source "$MODULE_GRUB_THEME_DIR/module.sh"
|
||||
runtime_init "$PROJECT_ROOT"
|
||||
log_init
|
||||
|
||||
if ! test -f "$PROJECT_ROOT/config/grub-theme.yaml"; then
|
||||
printf 'grub-theme test FAILED: missing repository config\n' >&2
|
||||
exit 1
|
||||
fi
|
||||
|
||||
if ! test -f /etc/default/grub.d/postinstall-debian.cfg; then
|
||||
printf 'grub-theme test SKIPPED: module configuration not applied\n'
|
||||
exit 0
|
||||
|
||||
Reference in New Issue
Block a user