From 551d7db1d8e9973356d698c1198b75c1020731b0 Mon Sep 17 00:00:00 2001 From: Jocelyn Delande Date: Sat, 2 May 2015 12:47:27 +0200 Subject: [PATCH] Register domain, for uninstalling purpose. --- scripts/install | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/install b/scripts/install index 88a3e99..1991546 100644 --- a/scripts/install +++ b/scripts/install @@ -19,6 +19,9 @@ fi # Remove trailing "/" for next commands path=${path%/} +# Configure domain +sudo yunohost app setting ihatemoney domain -v $domain + # Install debian packages dependencies sudo apt-get install -y -qq python-dev python-virtualenv supervisor