diff options
-rwxr-xr-x | perl-install/standalone/service_harddrake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/service_harddrake b/perl-install/standalone/service_harddrake index a03cf0623..ec0cec734 100755 --- a/perl-install/standalone/service_harddrake +++ b/perl-install/standalone/service_harddrake @@ -71,5 +71,5 @@ foreach (@harddrake::data::tree) { # output new hw config log::explanations("created file $last_boot_config"); -Storable::store \%config, $last_boot_config; +Storable::store(\%config, $last_boot_config); $in->exit(0); |