Enable git ssb site on mesh peer
This commit is contained in:
parent
592d0f8d68
commit
49541c630c
|
@ -1322,6 +1322,9 @@ function initialise_scuttlebot_pub {
|
|||
chown scuttlebot:scuttlebot /etc/scuttlebot/.ssb/config
|
||||
systemctl restart scuttlebot.service
|
||||
echo "scuttlebot pub started" >> /var/log/${PROJECT_NAME}.log
|
||||
|
||||
# git ssb site
|
||||
ln -s /etc/nginx/sites-available/git_ssb /etc/nginx/sites-enabled/git_ssb
|
||||
}
|
||||
|
||||
# whether to reset the identity
|
||||
|
|
Loading…
Reference in New Issue