diff --git a/web/ftpserver b/web/ftpserver index 64cdf15..2b31874 100755 --- a/web/ftpserver +++ b/web/ftpserver @@ -1,7 +1,8 @@ #!/bin/sh python -c "import pyftpdlib" >/dev/null 2>&1 || { - echo pyftpdlib is not installed: \\n pip install --user pyftpdlib + echo "pyftpdlib is not installed:" + echo " pip install --user pyftpdlib" exit } python -m pyftpdlib "$@"