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

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