X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FUI.git;a=blobdiff_plain;f=skyquake%2Fplugins%2Faccounts%2Fscripts%2Finstall.sh;fp=skyquake%2Fplugins%2Faccounts%2Fscripts%2Finstall.sh;h=bfd0c5015cc5228ee1afd5cfc439f76bb9593bba;hp=846dad7c80afdb5df77b3eb9e86a02a08859c33f;hb=03156e335275de1dafbc2a816e98006afdf249bf;hpb=f2dc2462571800e62cba969964de621dca09299c diff --git a/skyquake/plugins/accounts/scripts/install.sh b/skyquake/plugins/accounts/scripts/install.sh index 846dad7c8..bfd0c5015 100755 --- a/skyquake/plugins/accounts/scripts/install.sh +++ b/skyquake/plugins/accounts/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/.