Add lizenzserver/shell environments/bash

This commit is contained in:
Ingrid010109!? 2025-01-19 22:53:07 +01:00
parent 2acd68d29f
commit 6cbab36d05
2 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,10 @@
{
"uuid" : "dbd7adae-2a5f-4c24-b801-73d75ba537c8",
"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" : "1825b2c2-fb6e-46a2-b43d-8bae357e34ea"
},
"shell" : "bash",
"elevated" : false,
"scripts" : null
}