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:
parent
b66d6c08ff
commit
34f9d6f821
2 changed files with 0 additions and 3 deletions
|
@ -55,7 +55,6 @@ else
|
||||||
fi
|
fi
|
||||||
sudo dpkg -i /tmp/duniter-$version-linux-$arch.deb
|
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
|
||||||
#source ~/.bashrc
|
|
||||||
|
|
||||||
# Configure Duniter node
|
# Configure Duniter node
|
||||||
sudo $app init --autoconf
|
sudo $app init --autoconf
|
||||||
|
|
|
@ -10,8 +10,6 @@ port=$(ynh_app_setting_get $app port)
|
||||||
# Remove Duniter
|
# Remove Duniter
|
||||||
sudo $app stop
|
sudo $app stop
|
||||||
sudo dpkg -r $app
|
sudo dpkg -r $app
|
||||||
#rm -Rf $DUNITER_DIR
|
|
||||||
#rm -Rf /root/.config/$app/
|
|
||||||
|
|
||||||
# Remove Duniter service to YunoHost monitoring
|
# Remove Duniter service to YunoHost monitoring
|
||||||
sudo yunohost service remove $app
|
sudo yunohost service remove $app
|
||||||
|
|
Loading…
Add table
Reference in a new issue