You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
590 B
27 lines
590 B
[
|
|
{
|
|
"source": "/etc/resolv.conf",
|
|
"target": "/etc/resolv.conf",
|
|
"append": true,
|
|
"permission": 400
|
|
},
|
|
{
|
|
"source": "~/.ssh",
|
|
"target": "/root/.ssh",
|
|
"append": false,
|
|
"permission": 400
|
|
},
|
|
{
|
|
"source": "shadow_config.ini",
|
|
"target": "/usr/local/autotest/shadow_config.ini",
|
|
"append": false,
|
|
"permission": 644
|
|
},
|
|
{
|
|
"source": "moblab_config.ini",
|
|
"target": "/usr/local/autotest/moblab_config.ini",
|
|
"append": false,
|
|
"permission": 644
|
|
}
|
|
]
|