X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=env.sh;h=6eb223c5da2380814f7a5dc3c6b8d294165cba7b;hb=af7712586a0c3d0a1c4e9d1fa468c2d11498d768;hp=069707a4c61941e4071f3a4cd3d9ac3f1a0cdae3;hpb=139feb5df0a4ea8af88557640a96a4f854a970d1;p=cloudstore.git diff --git a/env.sh b/env.sh index 069707a..6eb223c 100644 --- a/env.sh +++ b/env.sh @@ -1,3 +1,6 @@ -export SLICE=/test/s1 -export IP=10.13.37.102 +export SLICE=/`hostname -s`/s1 +export IP=10.13.37.101 export PORT=6501 + +ZSLICE=`echo $SLICE | sed 's!^/!!'` +export ZSLICE