浏览代码

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

Signed-off-by: Philip Schwartz <philip.schwartz@lexisnexis.com>
Philip Schwartz 13 年之前
父节点
当前提交
fee6c1cf71
共有 1 个文件被更改,包括 1 次插入1 次删除
  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