Comparing version 1.0.0-beta.7 to 1.0.0-beta.8
@@ -123,3 +123,7 @@ /** | ||
// 运行命令之前,切换到正常的用户,否则可能导致创建的文件是属于root的 | ||
leaveRootMode(); | ||
if ( !( commandModule.cli.command === 'install' && providerPackage === 'edp-core' ) ) { | ||
// 如果执行的是sudo edp install edp-package | ||
// 那么就继续在root模式下面就好了 | ||
leaveRootMode(); | ||
} | ||
commandModule.cli.main( x.args, x.opts ); | ||
@@ -126,0 +130,0 @@ } |
{ | ||
"name": "edp", | ||
"description": "Enterprise Develop Platform", | ||
"version": "1.0.0-beta.7", | ||
"version": "1.0.0-beta.8", | ||
"contributors": [ | ||
@@ -6,0 +6,0 @@ { "name": "errorrik", "email": "errorrik@gmail.com" }, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
71107
950