From aabd03caa556a8ea1beb5d95313b3da1d0feec3a Mon Sep 17 00:00:00 2001 From: Alexis Gavoty Date: Sun, 18 May 2014 15:14:13 +0200 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 6591516..d705683 100644 --- a/scripts/install +++ b/scripts/install @@ -67,7 +67,7 @@ sudo sh -c 'echo "no" > /etc/pure-ftpd/conf/UnixAuthentication' sudo sh -c 'echo "50000 50100" > /etc/pure-ftpd/conf/PassivePortRange' # Register service to YunoHost monitoring -sudo yunohost app service pure-ftpd-ldap --log "/var/log/pure-ftpd/transfer.log" +sudo yunohost service add pure-ftpd-ldap --log "/var/log/pure-ftpd/transfer.log" # Reload Nginx, restart PureFTPd and regenerate SSOwat conf sudo service nginx reload