From 3383f27ee0143aabb4e949596667f8146c04a8b2 Mon Sep 17 00:00:00 2001
From: Bob Mottram <bob@robotics.uk.to>
Date: Thu, 3 Sep 2015 14:31:13 +0100
Subject: [PATCH] Home directory

---
 src/freedombone-meshweb | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/freedombone-meshweb b/src/freedombone-meshweb
index d57f84769..43af046e7 100755
--- a/src/freedombone-meshweb
+++ b/src/freedombone-meshweb
@@ -11,12 +11,11 @@ PEERS_FILE=/tmp/meshwebstart
 ZERONET_REPO='https://github.com/bashrc/ZeroNet'
 ZERONET_BLOG_REPO='https://github.com/HelloZeroNet/ZeroBlog'
 ZERONET_FORUM_REPO='https://github.com/HelloZeroNet/ZeroBoard'
-ZERONET_DIR=~/zeronet
 ZERONET_URL=http://127.0.0.1:43110
 ZERONET_PORT=15441
 TRACKER_PORT=6969
-
 MY_USERNAME=$USER
+ZERONET_DIR=/home/$MY_USERNAME/zeronet
 
 function install_zeronet_blog {
     if [ ! -f /home/$MY_USERNAME/README ]; then
-- 
GitLab