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