#!/bin/bash

[ -d /boot/env.d ] &&  [ $(ls /boot/env.d/ | wc -l ) -gt 0 ] && cat /boot/env.d/* > /boot/configs.txt
