Skip to content

Commit

Permalink
Trying to fix the broken pure-ftpd anonymous installation.
Browse files Browse the repository at this point in the history
  • Loading branch information
SaltwaterC committed Feb 4, 2013
1 parent 077f300 commit 6aa9942
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
@@ -1,9 +1,11 @@
before_install:
- sudo apt-get update -qq
- sudo apt-get install -yqq pure-ftpd
- sudo apt-get install -yqq bc pure-ftpd
- sudo groupadd ftp
- sudo useradd -s /bin/false -d /home/ftp -m -c "anonymous ftp" -g ftp ftp
- ls /home/ftp
- echo "no" | sudo tee -a /etc/pure-ftpd/conf/NoAnonymous
- cat /etc/pure-ftpd/conf/NoAnonymous
- echo "bar" | sudo tee -a /home/ftp/foo.txt
- sudo /etc/init.d/pure-ftpd restart
- npm -g install jslint
Expand Down

0 comments on commit 6aa9942

Please sign in to comment.