Explorar el Código

Enable git ssb site on mesh peer

Bob Mottram hace 7 años
padre
commit
49541c630c
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3
    0
      src/freedombone-image-mesh

+ 3
- 0
src/freedombone-image-mesh Ver fichero

1322
     chown scuttlebot:scuttlebot /etc/scuttlebot/.ssb/config
1322
     chown scuttlebot:scuttlebot /etc/scuttlebot/.ssb/config
1323
     systemctl restart scuttlebot.service
1323
     systemctl restart scuttlebot.service
1324
     echo "scuttlebot pub started" >> /var/log/${PROJECT_NAME}.log
1324
     echo "scuttlebot pub started" >> /var/log/${PROJECT_NAME}.log
1325
+
1326
+    # git ssb site
1327
+    ln -s /etc/nginx/sites-available/git_ssb /etc/nginx/sites-enabled/git_ssb
1325
 }
1328
 }
1326
 
1329
 
1327
 # whether to reset the identity
1330
 # whether to reset the identity