From 34f9d6f8214ae4542d5f8f3a4deea15f7bbe6c89 Mon Sep 17 00:00:00 2001 From: Moul Date: Thu, 23 Jun 2016 11:33:24 +0200 Subject: [PATCH] [enh] scripts: some cleanning. --- scripts/install | 1 - scripts/remove | 2 -- 2 files changed, 3 deletions(-) diff --git a/scripts/install b/scripts/install index 59066f0..cd87d6d 100755 --- a/scripts/install +++ b/scripts/install @@ -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 diff --git a/scripts/remove b/scripts/remove index 4d4e1fd..a8fabfb 100755 --- a/scripts/remove +++ b/scripts/remove @@ -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