Explorar el Código

Different path for zeronet config

Bob Mottram hace 10 años
padre
commit
1828af3a99
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      src/zeronetavahi

+ 1
- 1
src/zeronetavahi Ver fichero

@@ -49,7 +49,7 @@ BLOGS_FILE=$ZERONET_INSTALL/freedombone-blogs
49 49
 FORUM_FILE=$ZERONET_INSTALL/freedombone-fora
50 50
 TOX_USERS_FILE=$ZERONET_INSTALL/freedombone-tox-users
51 51
 ZERONET_INDEX=/home/$MY_USERNAME/mesh.html
52
-ZERONET_CONFIG=$ZERONET_INSTALL/zeronet.conf
52
+ZERONET_CONFIG=/home/$MY_USERNAME/.config/zeronet/zeronet.conf
53 53
 
54 54
 function create_index {
55 55
     if [ -f $ZERONET_INDEX ]; then