mirror of
https://github.com/YunoHost-Apps/duniter_ynh.git
synced 2024-09-03 18:26:35 +02:00
Should works with this.
This commit is contained in:
parent
f353a1962c
commit
0312ea326b
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ domain=$(sudo yunohost app setting $app domain)
|
|||
port=$(sudo yunohost app setting $app port)
|
||||
|
||||
# Remove uCoin
|
||||
UCOIN_DIR="/home/admin/.ucoin"
|
||||
[ -s "$UCOIN_DIR/ucoin.sh" ] && . "$UCOIN_DIR/ucoin.sh"
|
||||
ucoind delete
|
||||
rm -Rf /home/admin/.ucoin
|
||||
|
|
Loading…
Add table
Reference in a new issue