From 187392de77cce8ca3bb9eafeb965c5ba0932f76b Mon Sep 17 00:00:00 2001 From: bunyevacz <40023510+bunyevacz@users.noreply.github.com> Date: Sat, 23 Jun 2018 09:40:21 +0200 Subject: [PATCH] Updated Administrating wildduck via command line (markdown) --- Administrating-wildduck-via-command-line.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Administrating-wildduck-via-command-line.md b/Administrating-wildduck-via-command-line.md index ad64ed7..32082bb 100644 --- a/Administrating-wildduck-via-command-line.md +++ b/Administrating-wildduck-via-command-line.md @@ -46,7 +46,7 @@ Paste this at the end of `~/.bashrc` file: # include .wildduck.commands if it exists if [ -f $HOME/.wildduck.commands ]; then . $HOME/.wildduck.commands - echo ".wildduck.commands file has been sourced + echo ".wildduck.commands file has been sourced" fi ```