2005-12-18 03:33:54 by steve
Remove insecure use of temporary file.
This commit is contained in:
parent
3c30385cf7
commit
b2745c6ac6
@ -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`;
|
||||
|
||||
|
||||
#
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user