Add influxdb/shell environments/bash

This commit is contained in:
Ingrid010109!? 2025-01-19 23:01:08 +01:00
parent b48d6f14a2
commit 0a67b9c8fb
2 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,10 @@
{
"uuid" : "5b0a56c7-2212-4d87-bd05-f9d1d26262b4",
"name" : "bash",
"categoryUuid" : "0b2c0094-af5e-4002-8ab5-c4accf4f110e",
"color" : null,
"icon" : null,
"configuration" : {
"deletable" : true
}
}

View File

@ -0,0 +1,10 @@
{
"type" : "shellEnvironment",
"commands" : null,
"host" : {
"storeId" : "e3b9d53e-3b70-4dd2-81d5-b8be0499e10b"
},
"shell" : "bash",
"elevated" : false,
"scripts" : null
}