From 1605f882e37e8ef72d3398724b144de28b4be460 Mon Sep 17 00:00:00 2001 From: Manuel Polo Date: Sun, 27 Oct 2019 10:47:15 +0100 Subject: [PATCH] Fixed issues #2 & #3 --- menu.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/menu.sh b/menu.sh index 4c3f5ea8..90a355c4 100755 --- a/menu.sh +++ b/menu.sh @@ -231,9 +231,10 @@ case $mainmenu_selection in "log2ram") if [ -d ~/log2ram ] then - git clone clone https://github.com/azlux/log2ram.git ~/log2ram + git clone https://github.com/azlux/log2ram.git ~/log2ram chmod +x ~/log2ram/install.sh - ~/log2ram/install.sh + pushd ~/log2ram && sudo ./install.sh + popd else echo "log2ram already installed" fi