joglomedia / LEMPer

LEMPer Stack is terminal-based LEMP / LNMP ( Linux, Nginx, MariaDB, PostgreSQL, MongoDB, Redis, Memcache, PHP, Secure FTP ) auto installer and virtual host manager for Debian & Ubuntu cloud or virtual server (vps) and on-premise (bare metal).
https://lemper.cloud/
GNU General Public License v3.0
208 stars 56 forks source link

[Bug] Default install Ubuntu 20.04 vsftpd error #139

Closed meatlayer closed 1 year ago

meatlayer commented 2 years ago

Describe the Issue / Bug

The standard installation ultimately does not finish until the end and stops at an error

Processing triggers for libc-bin (2.31-0ubuntu9.9) ...
/root/LEMPer/scripts/helper.sh: line 130: cd: too many arguments
Error: Failure running 'cd vsftpd-3.0.5 /', exiting.

To Reproduce

apt-get install git && \
git clone -q https://github.com/joglomedia/LEMPer.git && \
cd LEMPer && \
cp -f .env.dist .env && \
./install.sh

System Information (please complete the following information):

Config File (.env)

.env

joglomedia commented 2 years ago

Hi @meatlayer

It should be fixed now ( #140 ), could you test and verify it, please.

Thanks for your report :+1:

Regards