Compare commits
3 Commits
faec8a3bf6
...
2418a209fe
| Author | SHA1 | Date |
|---|---|---|
|
|
2418a209fe | |
|
|
ac5ab55f6a | |
|
|
2830b17dd3 |
|
|
@ -72,6 +72,8 @@ empty
|
||||||
- [**bash**](stores/33ec1643-d41b-4155-92b0-c763346d6af6)
|
- [**bash**](stores/33ec1643-d41b-4155-92b0-c763346d6af6)
|
||||||
- [**dash**](stores/74e48ebb-a46d-48ee-8f74-ce40ab939c4f)
|
- [**dash**](stores/74e48ebb-a46d-48ee-8f74-ce40ab939c4f)
|
||||||
- [**dolibarr**](stores/435e8beb-3eee-42b3-b0dc-730bd3ffdc90)
|
- [**dolibarr**](stores/435e8beb-3eee-42b3-b0dc-730bd3ffdc90)
|
||||||
|
- [**Shell environments**](stores/e815a621-42ef-38b7-a3f8-aae28a1b278f)
|
||||||
|
- [**bash**](stores/e1334962-7b25-4e62-b961-2c8826dbdbea)
|
||||||
- [**ecomailz**](stores/a6f96658-d009-475c-8b34-1739887b147a)
|
- [**ecomailz**](stores/a6f96658-d009-475c-8b34-1739887b147a)
|
||||||
- [**Shell environments**](stores/65353629-b850-3e01-8632-1ee81be3cc83)
|
- [**Shell environments**](stores/65353629-b850-3e01-8632-1ee81be3cc83)
|
||||||
- [**bash**](stores/52203dda-11b7-4c0b-8d19-20fd4c93a24f)
|
- [**bash**](stores/52203dda-11b7-4c0b-8d19-20fd4c93a24f)
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,10 @@
|
||||||
|
{
|
||||||
|
"uuid" : "e1334962-7b25-4e62-b961-2c8826dbdbea",
|
||||||
|
"name" : "bash",
|
||||||
|
"categoryUuid" : "0b2c0094-af5e-4002-8ab5-c4accf4f110e",
|
||||||
|
"color" : null,
|
||||||
|
"icon" : null,
|
||||||
|
"configuration" : {
|
||||||
|
"deletable" : true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,10 @@
|
||||||
|
{
|
||||||
|
"type" : "shellEnvironment",
|
||||||
|
"commands" : null,
|
||||||
|
"host" : {
|
||||||
|
"storeId" : "435e8beb-3eee-42b3-b0dc-730bd3ffdc90"
|
||||||
|
},
|
||||||
|
"shell" : "bash",
|
||||||
|
"elevated" : false,
|
||||||
|
"scripts" : null
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,10 @@
|
||||||
|
{
|
||||||
|
"uuid" : "e815a621-42ef-38b7-a3f8-aae28a1b278f",
|
||||||
|
"name" : "Shell environments",
|
||||||
|
"categoryUuid" : "0b2c0094-af5e-4002-8ab5-c4accf4f110e",
|
||||||
|
"color" : null,
|
||||||
|
"icon" : null,
|
||||||
|
"configuration" : {
|
||||||
|
"deletable" : true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,6 @@
|
||||||
|
{
|
||||||
|
"type" : "shellEnvironmentGroup",
|
||||||
|
"parent" : {
|
||||||
|
"storeId" : "435e8beb-3eee-42b3-b0dc-730bd3ffdc90"
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue