Updated Administrating wildduck via command line (markdown)

bunyevacz 2018-06-23 09:40:21 +02:00
parent 352050d921
commit 187392de77

@ -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
```