diff --git a/debian/cryptobox-server.init b/debian/cryptobox-server.init index b1ccdfe..631645b 100644 --- a/debian/cryptobox-server.init +++ b/debian/cryptobox-server.init @@ -62,7 +62,7 @@ check_python_version() { PYTHON_EXEC="$PYTHON_EXEC_25" return 0 else - log_daemon_msg "The python-clearsilver package is not installed" + log_daemon_msg "The python-clearsilver package is not installed." log_end_msg 1 return 1 fi @@ -72,14 +72,14 @@ check_python_version() { PYTHON_EXEC="$PYTHON_EXEC_24" return 0 else - log_daemon_msg "The python-clearsilver package is not installed" + log_daemon_msg "The python-clearsilver package is not installed." log_end_msg 1 return 1 fi fi # no useable python version installed log_daemon_msg "Failed to use clearsilver with your current python version." - log_daemon_msg "Please install pyhton2.5 (aptitude install python2.5)." + log_daemon_msg "Please install python2.5 (aptitude install python2.5)." log_end_msg 1 fi }