mirror of
https://github.com/yunionio/cloudpods.git
synced 2026-09-24 16:03:43 +08:00
Merge pull request #4469 from wanyaoqi/bugfix/wyq/fix-bundle-libraries-scripts
bundle_libraries.sh: unsetenv LD_PRELOAD
This commit is contained in:
@@ -83,7 +83,7 @@ _runas_so() {
|
||||
argv[0] = arg0;
|
||||
unsetenv("RUNAS_ARG0");
|
||||
}
|
||||
|
||||
unsetenv("LD_PRELOAD");
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user