#!/bin/sh
for file in /root/config/*; do [ -r $file ] && . $file; done

if [ "$LB_DISTRIBUTION" = "bullseye" ]; then

# force old su behaviour
echo "ALWAYS_SET_PATH yes" >>/etc/default/su

fi