mirror of
https://github.com/YunoHost-Apps/duniter_ynh.git
synced 2024-09-03 18:26:35 +02:00
Try with exec.
This commit is contained in:
parent
55dd9162b3
commit
33843644d8
1 changed files with 1 additions and 2 deletions
|
@ -31,9 +31,8 @@ sudo yunohost firewall allow TCP $port > /dev/null 2>&1
|
||||||
sudo yunohost app setting $app port -v $port
|
sudo yunohost app setting $app port -v $port
|
||||||
|
|
||||||
# Install uCoin
|
# Install uCoin
|
||||||
sudo bash
|
|
||||||
sudo bash ../sources/install.sh
|
sudo bash ../sources/install.sh
|
||||||
exit
|
exec bash -l
|
||||||
|
|
||||||
# Configure uCoin node
|
# Configure uCoin node
|
||||||
ucoind init --autoconf
|
ucoind init --autoconf
|
||||||
|
|
Loading…
Reference in a new issue