Age | Commit message (Collapse) | Author | Files | Lines |
|
Change-Id: I43c3dc5cf44abf5da817649bc738938a3e8388c1
Signed-off-by: Michael Lando <ml636r@att.com>
|
|
Those scripts are meant to be executable, hence changing
their permission with u+x
Change-Id: I7e2b286b434fc915ff99146ae834417688ab6dde
Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
|
|
if [[ ${res} != 0 ]] checks wether the value is "0" but the
value return by the command is " 0" hence the validation
fails.
Changing the if to compare string instead of integer.
Change-Id: Ibb671dcc9c4cd870b931e9e06a185aa4bea5dc5f
Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
|
|
Change-Id: I5ac193d7382a59df64a1e56e5b0388915e3f9a13
Signed-off-by: ml636r <ml636r@att.com>
|
|
Change-Id: I0924d5a6ae9cdc161ae17c68d3689a30d10f407b
Signed-off-by: Michael Lando <ml636r@att.com>
|