From 630b7ed6006e52436afdd82d9083edd98311153e Mon Sep 17 00:00:00 2001 From: Moul Date: Sun, 27 Dec 2015 08:13:04 -0500 Subject: [PATCH] Try with exec. --- scripts/install | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index 9d280b0..4dfe41a 100755 --- a/scripts/install +++ b/scripts/install @@ -31,9 +31,8 @@ sudo yunohost firewall allow TCP $port > /dev/null 2>&1 sudo yunohost app setting $app port -v $port # Install uCoin -sudo bash sudo bash ../sources/install.sh -exit +exec bash -l # Configure uCoin node ucoind init --autoconf