mirror of
https://gitlab.com/mattia.basaglia/ASCII-Pony.git
synced 2024-11-21 19:57:59 +01:00
Allow specific files as systempony images
This commit is contained in:
parent
fe7cc34ff4
commit
d20826a10e
1 changed files with 4 additions and 1 deletions
|
@ -311,7 +311,10 @@ do
|
|||
fi
|
||||
done
|
||||
|
||||
if [ "$PONY" = nopony ]
|
||||
if [ -f "$PONY" ]
|
||||
then
|
||||
ponyfile="$PONY"
|
||||
elif [ "$PONY" = nopony ]
|
||||
then
|
||||
ponyfile=/dev/null
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue