50-branding.sh 177 Bytes
Newer Older
1 2 3 4 5 6 7
#!/bin/bash

[ -n "$GLOBAL_INSTALL2_BRANDING_SLIDESHOW" ] || exit 0

for arg in $GLOBAL_INSTALL2_BRANDING_SLIDESHOW; do
	echo "${arg/:/=}" >> /etc/alterator/slideshow.conf
done