forked from Github-Mirrors/canaille
Merge branch 'issue-127-doc' into 'main'
Fixes message on 'run.sh' Closes #127 See merge request yaal/canaille!103
This commit is contained in:
commit
45fb5a7dbf
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ function run {
|
|||
fi
|
||||
|
||||
if ! type poetry > /dev/null 2>&1; then
|
||||
echo "Cannot start the LDAP server. Please install python on your system."
|
||||
echo "Cannot start the LDAP server. Please install poetry on your system."
|
||||
echo "https://python-poetry.org/docs/#installation"
|
||||
return 1
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue