wip/gnunet: Extend gnunetuser warning.

This commit is contained in:
ng0 2019-12-01 21:04:11 +00:00
parent a0715cb43c
commit 61a9e7fff3
1 changed files with 1 additions and 0 deletions

View File

@ -48,6 +48,7 @@ gnunet_precmd()
{
if [ ! -f ${required_files} ]; then
warn "${required_files} does not exist."
warn "You have to create a gnunet user config first."
return 1
fi
}