mirror of
https://github.com/YunoHost-Apps/duniter_ynh.git
synced 2024-09-03 18:26:35 +02:00
[fix] wrong log path.
This commit is contained in:
parent
6f8156282e
commit
4b440bf2ac
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ sudo duniter reset data > /dev/null
|
||||||
sudo duniter webstart
|
sudo duniter webstart
|
||||||
|
|
||||||
# Add Duniter service to the YunoHost monitoring
|
# Add Duniter service to the YunoHost monitoring
|
||||||
sudo yunohost service add $app --log /home/admin/.config/$app/"$app"_default/"$app".log
|
sudo yunohost service add $app --log /root/.config/$app/"$app"_default/"$app".log
|
||||||
|
|
||||||
CONFIG_SSOWAT
|
CONFIG_SSOWAT
|
||||||
CONFIG_NGINX
|
CONFIG_NGINX
|
||||||
|
|
Loading…
Add table
Reference in a new issue