diff options
-rw-r--r-- | perl-install/standalone/service_harddrake.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/standalone/service_harddrake.sh b/perl-install/standalone/service_harddrake.sh index ce0f10dda..a6a8b94b9 100644 --- a/perl-install/standalone/service_harddrake.sh +++ b/perl-install/standalone/service_harddrake.sh @@ -39,6 +39,7 @@ case "$1" in gprintf "Harddrake service was run at boot time" else gprintf "Harddrake service was not run at boot time" fi + echo ;; reload) ;; |