diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2018-07-31 09:39:35 -0700 |
---|---|---|
committer | Gary Wu <gary.i.wu@huawei.com> | 2018-07-31 09:50:13 -0700 |
commit | a253c609e89e75c49a4ff3524de7268b2c051d2c (patch) | |
tree | a33339a528c4f88f996685dfc1c26751d80644ea /boot/robot_serv.sh | |
parent | 5ffc9e96efdcc5e272e40cce71dfe4c83cb87bdf (diff) |
Bug fix in robot VM install script
Change-Id: I057181b9da353ab51b7bd4ce2275b67c3ea89ef2
Issue-ID: INT-605
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
Diffstat (limited to 'boot/robot_serv.sh')
-rw-r--r-- | boot/robot_serv.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/boot/robot_serv.sh b/boot/robot_serv.sh index 656b9afb..75934f4e 100644 --- a/boot/robot_serv.sh +++ b/boot/robot_serv.sh @@ -1,6 +1,6 @@ #!/bin/sh ### BEGIN INIT INFO -# Provides: +# Provides: onap-testsuite # Required-Start: $remote_fs $syslog # Required-Stop: $remote_fs $syslog # Default-Start: 2 3 4 5 |