Delete the creation of data

Signed-off-by: duan-wangqi <duanwangqi@huawei.com>
This commit is contained in:
duan-wangqi 2022-07-27 17:29:30 +08:00
parent 3a4b480803
commit 97277835de
2 changed files with 2 additions and 4 deletions

View File

@ -2,8 +2,7 @@
"jobs" : [{
"name" : "boot",
"cmds" : [
"start msdp_sa",
"mkdir /data/msdp 0755 msdp msdp"
"start msdp_sa"
]
}
],

View File

@ -2,8 +2,7 @@
"jobs" : [{
"name" : "boot",
"cmds" : [
"start msdp_sa",
"mkdir /data/msdp 0755 msdp msdp"
"start msdp_sa"
]
}
],