diff options
author | John Southworth <john.southworth@vyatta.com> | 2012-04-11 13:29:58 -0700 |
---|---|---|
committer | John Southworth <john.southworth@vyatta.com> | 2012-04-11 13:29:58 -0700 |
commit | 397058ed63445b1a8e2d734eef8a38173fe75347 (patch) | |
tree | 73995d71ebc47004e27f8c6acaf3345c75f63b08 /scripts/vyatta-boot-image.pl | |
parent | d03721ce6e2a277c2992afb1392912beb8ac368d (diff) | |
parent | df76a73c764180ca6793f647ccc9e4a32a197b87 (diff) | |
download | vyatta-op-397058ed63445b1a8e2d734eef8a38173fe75347.tar.gz vyatta-op-397058ed63445b1a8e2d734eef8a38173fe75347.zip |
Merge branch 'pacifica' of git.vyatta.com:/git/vyatta-op into pacifica
Diffstat (limited to 'scripts/vyatta-boot-image.pl')
-rwxr-xr-x | scripts/vyatta-boot-image.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/vyatta-boot-image.pl b/scripts/vyatta-boot-image.pl index 19df5a2..555496b 100755 --- a/scripts/vyatta-boot-image.pl +++ b/scripts/vyatta-boot-image.pl @@ -192,7 +192,7 @@ sub deleteGrubEntries { die "Failed to modify GRUB configuration\n" if (!defined($p) || !chmod(($p & oct(7777)), $tfile)); - mv($tfile, $grub_cfg) + move($tfile, $grub_cfg) or die "Failed to delete GRUB entries\n"; } |