From ebadcea5fc9aa0a17f820e880ac6cb20187feeef Mon Sep 17 00:00:00 2001 From: Julien Malik Date: Tue, 25 Mar 2014 08:30:50 +0100 Subject: [PATCH] missing commented line --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 3a86dbf..0cf3100 100644 --- a/scripts/install +++ b/scripts/install @@ -123,6 +123,6 @@ curl -kL -X POST https://$domain$path/ghost/signup/ \ sudo yunohost app setting ghostblog admin -v $admin sudo yunohost app setting ghostblog password -v $password -sudo sed -i '/ynhghost/d' /etc/hosts +#sudo sed -i '/ynhghost/d' /etc/hosts echo "Success ! You can go to https://$domain$path/ghost to write your posts"