mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-12 15:41:09 +00:00
add back the accidently removed 'rm /finish.sh'
This commit is contained in:
parent
4f871e64b1
commit
09b49cda66
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user