mkimage-profiles/features.in/branding/install2/image-scripts.d/50-branding.sh

8 lines
177 B
Bash
Raw Normal View History

#!/bin/bash
[ -n "$GLOBAL_INSTALL2_BRANDING_SLIDESHOW" ] || exit 0
for arg in $GLOBAL_INSTALL2_BRANDING_SLIDESHOW; do
echo "${arg/:/=}" >> /etc/alterator/slideshow.conf
done