From 5b30fef58206b8a31e636a1a54fcccef48f98e2f Mon Sep 17 00:00:00 2001 From: grez911 Date: Sun, 5 Feb 2017 15:09:02 +0300 Subject: [PATCH] Updated readme --- README.md | 2 +- misc/init.sh | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b743a54..df03562 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ A light php web interface to mlmmj. It does not use a database. cd /tmp wget https://github.com/grez911/mlmmj-light-web/archive/master.tar.gz tar xzvf master.tar.gz -mlmmj-light-web/misc/init.sh +mlmmj-light-web-master/misc/init.sh ``` **A slightly harder way:** read init.sh code and do all manually. diff --git a/misc/init.sh b/misc/init.sh index 81bded8..9899d59 100755 --- a/misc/init.sh +++ b/misc/init.sh @@ -95,7 +95,8 @@ cp -rp * /var/www/html/ cd .. echo "Removing installation files..." echo -rm -rf mlmmj-light-web +rm -rf mlmmj-light-web-master +rm -rf master.tar.gz echo "Setting ownership of files..." echo chown mlmmj:mlmmj -R /var/www/html