Home directory
This commit is contained in:
parent
6d0002f359
commit
3383f27ee0
|
@ -11,12 +11,11 @@ PEERS_FILE=/tmp/meshwebstart
|
||||||
ZERONET_REPO='https://github.com/bashrc/ZeroNet'
|
ZERONET_REPO='https://github.com/bashrc/ZeroNet'
|
||||||
ZERONET_BLOG_REPO='https://github.com/HelloZeroNet/ZeroBlog'
|
ZERONET_BLOG_REPO='https://github.com/HelloZeroNet/ZeroBlog'
|
||||||
ZERONET_FORUM_REPO='https://github.com/HelloZeroNet/ZeroBoard'
|
ZERONET_FORUM_REPO='https://github.com/HelloZeroNet/ZeroBoard'
|
||||||
ZERONET_DIR=~/zeronet
|
|
||||||
ZERONET_URL=http://127.0.0.1:43110
|
ZERONET_URL=http://127.0.0.1:43110
|
||||||
ZERONET_PORT=15441
|
ZERONET_PORT=15441
|
||||||
TRACKER_PORT=6969
|
TRACKER_PORT=6969
|
||||||
|
|
||||||
MY_USERNAME=$USER
|
MY_USERNAME=$USER
|
||||||
|
ZERONET_DIR=/home/$MY_USERNAME/zeronet
|
||||||
|
|
||||||
function install_zeronet_blog {
|
function install_zeronet_blog {
|
||||||
if [ ! -f /home/$MY_USERNAME/README ]; then
|
if [ ! -f /home/$MY_USERNAME/README ]; then
|
||||||
|
|
Loading…
Reference in New Issue