diff options
Diffstat (limited to 'honk.install')
-rwxr-xr-x | honk.install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/honk.install b/honk.install index 5cb9d27..dcb03bb 100755 --- a/honk.install +++ b/honk.install @@ -7,7 +7,7 @@ post_install() { useradd -r -m -d $_HONKDIR honk chown honk:honk -R "$_HONKDIR" systemctl daemon-reload - printf "\n\n${_BOLD}VERY IMPORTANT${_STYLE_END}:\nType:\n\t cd $_HONKDIR && ./honk init\nin a shell to initialize the database, and then you can type 'systemctl start honk' to start the honk server.\n'systemctl status honk' will help you identify problems that might arise.\nThe service launch the binary with the noboby user and group.\n\n" + printf "\n\n${_BOLD}VERY IMPORTANT${_STYLE_END}:\nType:\n\t cd $_HONKDIR && ./honk init\nin a shell to initialize the database, and then you can type 'systemctl start honk' to start the honk server.\n'systemctl status honk' will help you identify problems that might arise.\nThe service launch the binary with the honk user and group.\n\n" } post_remove() { |