Fixed 04_bootscript.sh

This commit is contained in:
bauen1 2017-11-18 18:38:10 +01:00
parent 29dd930aca
commit 65738eb238
No known key found for this signature in database
GPG Key ID: FF0AAF5E0812BA9C

View File

@ -31,8 +31,9 @@ if [ -d /etc/autorun ] ; then
for AUTOSCRIPT in /etc/autorun/*
do
if [ -f "$AUTOSCRIPT" ] && [ -x "$AUTOSCRIPT" ]; then
echo -e "Executing \\e[32m$AUTOSCRIPT\\e[0m in subshell."
$AUTOSCRIPT
echo -e "Executing \\e[32m$AUTOSCRIPT\\e[0m in subshell."
$AUTOSCRIPT
fi
done
fi