Home directory

This commit is contained in:
Bob Mottram 2015-09-03 14:31:13 +01:00
parent 6d0002f359
commit 3383f27ee0
1 changed files with 1 additions and 2 deletions

View File

@ -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