Skip to content

Commit

Permalink
bugfix ftp
Browse files Browse the repository at this point in the history
  • Loading branch information
outdoorbits committed Oct 11, 2024
1 parent cc92097 commit 68b16e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install-little-backup-box.sh
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,7 @@ yes | sudo cp -f "${INSTALLER_DIR}/etc_samba_smb.conf" "/etc/samba/smb.conf"
sudo chmod 0440 "/etc/samba/smb.conf"

# Configure vsftpd
yes | sudo cp -f "${INSTALLER_DIR}/etc_vsftpd.conf" "/etc/vsftpd.conf.conf"
yes | sudo cp -f "${INSTALLER_DIR}/etc_vsftpd.conf" "/etc/vsftpd.conf"
sudo chmod 0440 "/etc/vsftpd.conf.conf"

sudo useradd -s /bin/false -r ftpsecure
Expand Down

0 comments on commit 68b16e5

Please sign in to comment.