1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/duniter_ynh.git synced 2024-09-03 18:26:35 +02:00

[enh] use webstart cmd to launch duniter-ui.

This commit is contained in:
Moul 2016-06-23 12:47:19 +00:00
parent 85ad1a787f
commit f61cc3606f
2 changed files with 2 additions and 2 deletions

View file

@ -66,7 +66,7 @@ echo "Synchronizing with $sync_node:$sync_port. It may take a while."
sudo $app sync $sync_node $sync_port --nointeractive sudo $app sync $sync_node $sync_port --nointeractive
# Launch Duniter node # Launch Duniter node
sudo $app start sudo $app 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 /home/admin/.config/$app/"$app"_default/"$app".log

View file

@ -27,7 +27,7 @@ sudo dpkg -i /tmp/duniter-$version-linux-$arch.deb
#sudo rm -f /tmp/duniter-$version-linux-$arch.deb #sudo rm -f /tmp/duniter-$version-linux-$arch.deb
# Start duniter daemon # Start duniter daemon
sudo $app start sudo $app webstart
# Upgrade Nginx configuration # Upgrade Nginx configuration
nginx_conf="../conf/nginx.conf" nginx_conf="../conf/nginx.conf"