X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=skyquake%2Fplugins%2Flogging%2Fscripts%2Finstall.sh;h=2e824fd0d7d7907e613f9b6749c4b2886820560c;hb=refs%2Ftags%2Fv3.0.0rc2;hp=e6fdb86ffa89d14753faec2b8bfb2f70a6325d75;hpb=d2e20e6e0a436a3dde171aa92ce01ff2fe9a28bc;p=osm%2FUI.git diff --git a/skyquake/plugins/logging/scripts/install.sh b/skyquake/plugins/logging/scripts/install.sh index e6fdb86ff..2e824fd0d 100755 --- a/skyquake/plugins/logging/scripts/install.sh +++ b/skyquake/plugins/logging/scripts/install.sh @@ -1,6 +1,6 @@ #!/bin/bash -# +# # Copyright 2016 RIFT.IO Inc # # Licensed under the Apache License, Version 2.0 (the "License"); @@ -44,5 +44,5 @@ cp -Lrf $source_dir/public $bcache_dir/plugins/$plugin/. cp -Lrf $source_dir/config.json $bcache_dir/plugins/$plugin/. cp -Lrf $source_dir/routes.js $bcache_dir/plugins/$plugin/. cp -Lrp $source_dir/api $bcache_dir/plugins/$plugin/. -tar -cf $bcache_dir/plugins/$plugin/node_modules.tar $source_dir/node_modules $source_dir/package.json +tar -cf $bcache_dir/plugins/$plugin/node_modules.tar node_modules package.json -C $source_dir #cp -Lrp $source_dir/node_modules $bcache_dir/plugins/$plugin/.