Explorar el Código

fixes gh-239 Updated install output asking user to run keygen with sudo.

Signed-off-by: Philip Schwartz <philip.schwartz@lexisnexis.com>
Philip Schwartz hace 13 años
padre
commit
fee6c1cf71
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      initfiles/bash/etc/init.d/install-init.in

+ 1 - 1
initfiles/bash/etc/init.d/install-init.in

@@ -112,7 +112,7 @@ fileCheck ()
         echo "Fail"
         echo "*** Security Alert ***"
         echo "You are using a publicly available default key."
-        echo "Please run ${path}/sbin/keygen.sh to generate a new key to make your system secure."
+        echo "Please run 'sudo ${path}/sbin/keygen.sh' to generate a new key to make your system secure."
         echo "***  Security Alert  ***"
     else
         __fileCheck=1