diff options
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/standalone/service_harddrake.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/standalone/service_harddrake.sh b/perl-install/standalone/service_harddrake.sh index 476585b17..b3da8d1a4 100644 --- a/perl-install/standalone/service_harddrake.sh +++ b/perl-install/standalone/service_harddrake.sh @@ -36,8 +36,8 @@ case "$1" in ;; status) if [ -f $SUBSYS ]; then - gprintf "Harddrake service was runned at boot time" - else gprintf "Harddrake service was not runned at boot time" + gprintf "Harddrake service was run at boot time" + else gprintf "Harddrake service was not run at boot time" fi ;; reload) |