~ubuntu-branches/ubuntu/wily/console-setup/wily

1
2
3
4
5
6
7
8
9
#!/bin/sh

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

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

exit 0