Skip to content

Commit

Permalink
Fixed issues gcgarner#2 & gcgarner#3
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmx committed Oct 27, 2019
1 parent d9f5f0d commit 1605f88
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions menu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

1 comment on commit 1605f88

@mrmx
Copy link
Owner Author

@mrmx mrmx commented on 1605f88 Oct 27, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fix for issues gcgarner#3 & gcgarner#4

Please sign in to comment.