1
0
mirror of synced 2026-01-20 17:38:02 +00:00

2005-12-18 03:33:54 by steve

Remove insecure use of temporary file.
This commit is contained in:
steve 2005-12-18 03:33:54 +00:00
parent 3c30385cf7
commit b2745c6ac6

View File

@ -48,7 +48,7 @@
# --
# http://www.steve.org.uk/
#
# $Id: xen-create-image,v 1.3 2005-12-18 03:32:58 steve Exp $
# $Id: xen-create-image,v 1.4 2005-12-18 03:33:54 steve Exp $
#
use strict;
@ -304,7 +304,7 @@ fixupInittab();
#
# Now unmount the image.
#
`umount $dir >/tmp/ceva 2>&1`;
`umount $dir`;
#