From d20826a10eae5a8a889d97aa9fd54f1085bdd375 Mon Sep 17 00:00:00 2001 From: Mattia Basaglia Date: Tue, 24 May 2016 14:36:37 +0100 Subject: [PATCH] Allow specific files as systempony images --- systempony | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/systempony b/systempony index 42f4768..3a4ae2b 100755 --- a/systempony +++ b/systempony @@ -311,7 +311,10 @@ do fi done -if [ "$PONY" = nopony ] +if [ -f "$PONY" ] +then + ponyfile="$PONY" +elif [ "$PONY" = nopony ] then ponyfile=/dev/null else