From 30eca6b2ad804072ed8fd6150d11348b4995aac1 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Fri, 13 Apr 2018 16:26:26 +0100 Subject: [PATCH] modules paths --- src/freedombone-app-scuttlebot | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/freedombone-app-scuttlebot b/src/freedombone-app-scuttlebot index 56fc14dd..2d694e65 100755 --- a/src/freedombone-app-scuttlebot +++ b/src/freedombone-app-scuttlebot @@ -259,14 +259,14 @@ function git_ssb_script { function scuttlebot_git_setup { if [[ "$1" == "mesh" ]]; then - if [ ! -d "$rootdir/root/.npm-global/node_modules/git-ssb/node_modules/git-ssb-web/highlight" ]; then - mkdir "$rootdir/root/.npm-global/node_modules/git-ssb/node_modules/git-ssb-web/highlight" + if [ ! -d "$rootdir/root/.npm-global/node_modules/git-ssb-web/highlight" ]; then + mkdir "$rootdir/root/.npm-global/node_modules/git-ssb-web/highlight" fi - if [ ! -f "$rootdir/root/.npm-global/node_modules/git-ssb/node_modules/highlight.js/styles/foundation.css" ]; then + if [ ! -f "$rootdir/root/.npm-global/highlight.js/styles/foundation.css" ]; then echo $'Could not find foundation.css' exit 347687245 fi - cp "$rootdir/root/.npm-global/node_modules/git-ssb/node_modules/highlight.js/styles/foundation.css" "$rootdir/root/.npm-global/node_modules/git-ssb/node_modules/git-ssb-web/highlight/foundation.css" + cp "$rootdir/root/.npm-global/node_modules/highlight.js/styles/foundation.css" "$rootdir/root/.npm-global/node_modules/git-ssb-web/highlight/foundation.css" git_ssb_nginx_site=$rootdir/etc/nginx/sites-available/git_ssb { echo 'server {'; @@ -284,14 +284,14 @@ function scuttlebot_git_setup { exit 7357225 fi - if [ ! -d /root/.npm-global/node_modules/git-ssb/node_modules/git-ssb-web/highlight ]; then - mkdir /root/.npm-global/node_modules/git-ssb/node_modules/git-ssb-web/highlight + if [ ! -d /root/.npm-global/node_modules/git-ssb-web/highlight ]; then + mkdir /root/.npm-global/node_modules/git-ssb-web/highlight fi - if [ ! -f /root/.npm-global/node_modules/git-ssb/node_modules/highlight.js/styles/foundation.css ]; then + if [ ! -f /root/.npm-global/node_modules/highlight.js/styles/foundation.css ]; then echo $'Could not find foundation.css' exit 347687245 fi - cp /root/.npm-global/node_modules/git-ssb/node_modules/highlight.js/styles/foundation.css /root/.npm-global/node_modules/git-ssb/node_modules/git-ssb-web/highlight/foundation.css + cp /root/.npm-global/node_modules/highlight.js/styles/foundation.css /root/.npm-global/node_modules/git-ssb-web/highlight/foundation.css git_ssb_nginx_site=/etc/nginx/sites-available/${SCUTTLEBOT_DOMAIN_NAME} function_check nginx_http_redirect @@ -313,7 +313,7 @@ function scuttlebot_git_setup { fi { echo ''; - echo ' root /root/.npm-global/node_modules/git-ssb/node_modules/git-ssb-web;'; + echo ' root /root/.npm-global/node_modules/git-ssb-web;'; echo ''; echo ' location = / {'; echo " proxy_pass http://localhost:${GIT_SSB_PORT};"; @@ -339,7 +339,7 @@ function scuttlebot_git_setup { echo ' add_header X-Content-Type-Options nosniff;'; echo ' add_header X-Frame-Options SAMEORIGIN;'; echo ''; - echo ' root /root/.npm-global/node_modules/git-ssb/node_modules/git-ssb-web;'; + echo ' root /root/.npm-global/node_modules/git-ssb-web;'; echo ''; echo ' location = / {'; echo " proxy_pass http://localhost:${GIT_SSB_PORT};";