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