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