mirror of
https://github.com/YunoHost-Apps/duniter_ynh.git
synced 2024-09-03 18:26:35 +02:00
Remove useless command.
This commit is contained in:
parent
752856dc78
commit
1dcfd76956
1 changed files with 0 additions and 1 deletions
|
@ -42,7 +42,6 @@ sudo yunohost app setting $app port -v $port
|
|||
bash ../sources/install.sh
|
||||
UCOIN_DIR="/home/admin/.ucoin"
|
||||
[ -s "$UCOIN_DIR/ucoin.sh" ] && . "$UCOIN_DIR/ucoin.sh"
|
||||
printf "\nexport UCOIN_DIR=\"$UCOIN_DIR\"\n[ -s \"\$UCOIN_DIR/ucoin.sh\" ] && . \"\$UCOIN_DIR/ucoin.sh\" # This loads ucoin.sh\n" >> /home/admin/.bashrc
|
||||
|
||||
# Configure uCoin node
|
||||
ucoind init --autoconf
|
||||
|
|
Loading…
Reference in a new issue