Allow specific files as systempony images

This commit is contained in:
Mattia Basaglia 2016-05-24 14:36:37 +01:00
parent fe7cc34ff4
commit d20826a10e

View file

@ -311,7 +311,10 @@ do
fi
done
if [ "$PONY" = nopony ]
if [ -f "$PONY" ]
then
ponyfile="$PONY"
elif [ "$PONY" = nopony ]
then
ponyfile=/dev/null
else