mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-20 05:26:00 +00:00
azure ubuntu support
This commit is contained in:
@@ -82,6 +82,9 @@ function packagedPluginsDir() {
|
||||
if (platformInfo.isAwsUbuntuLayout) {
|
||||
return '/home/ubuntu/build/plugins';
|
||||
}
|
||||
if (platformInfo.isAzureUbuntuLayout) {
|
||||
return '/home/azureuser/build/plugins';
|
||||
}
|
||||
if (platformInfo.isNpmDist) {
|
||||
// node_modules
|
||||
return global['PLUGINS_DIR'];
|
||||
|
||||
Reference in New Issue
Block a user