Blob Blame History Raw
#!/bin/sh

file=/var/run/auto-install.active

if [ -e $file ]; then
        exit $(cat $file)
fi

exit 0