|
@@ -1322,6 +1322,9 @@ function initialise_scuttlebot_pub {
|
1322
|
1322
|
chown scuttlebot:scuttlebot /etc/scuttlebot/.ssb/config
|
1323
|
1323
|
systemctl restart scuttlebot.service
|
1324
|
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
|
1330
|
# whether to reset the identity
|