add back the accidently removed 'rm /finish.sh'

This commit is contained in:
Scott Moser 2011-10-25 19:19:59 -04:00
parent 4f871e64b1
commit 09b49cda66

View File

@ -669,6 +669,7 @@ if [ ! -r /dev/stdin ]; then ln -s /proc/self/fd/0 /dev/stdin; fi
if [ ! -r /dev/stdout ]; then ln -s /proc/self/fd/1 /dev/stdout; fi
if [ ! -r /dev/stderr ]; then ln -s /proc/self/fd/2 /dev/stderr; fi
# Clean up
rm /finish.sh
apt-get clean
EOM
sudo chmod a+x "$MNT"/finish.sh