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

[enh] scripts: some cleanning.

This commit is contained in:
Moul 2016-06-23 11:33:24 +02:00
parent b66d6c08ff
commit 34f9d6f821
2 changed files with 0 additions and 3 deletions

View file

@ -55,7 +55,6 @@ else
fi
sudo dpkg -i /tmp/duniter-$version-linux-$arch.deb
#sudo rm -f /tmp/duniter-$version-linux-$arch.deb
#source ~/.bashrc
# Configure Duniter node
sudo $app init --autoconf

View file

@ -10,8 +10,6 @@ port=$(ynh_app_setting_get $app port)
# Remove Duniter
sudo $app stop
sudo dpkg -r $app
#rm -Rf $DUNITER_DIR
#rm -Rf /root/.config/$app/
# Remove Duniter service to YunoHost monitoring
sudo yunohost service remove $app