mirror of
https://github.com/YunoHost-Apps/duniter_ynh.git
synced 2024-09-03 18:26:35 +02:00
Fix log path.
This commit is contained in:
parent
cd659b1e70
commit
c2a68e9866
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ ucoind sync $sync_node $sync_port --nointeractive
|
|||
ucoind start
|
||||
|
||||
# Add uCoin service to the YunoHost monitoring
|
||||
sudo yunohost service add $app --log $UCOIN_DIR/ucoin/ucoin_default/ucoin.log
|
||||
sudo yunohost service add $app --log /home/admin/.config/ucoin/ucoin_default/ucoin.log
|
||||
|
||||
# SSOwat Configuration
|
||||
sudo yunohost app setting $app skipped_uris -v "/"
|
||||
|
|
Loading…
Reference in a new issue