diff options
author | platania <platania@research.att.com> | 2017-02-24 18:05:13 -0500 |
---|---|---|
committer | platania <platania@research.att.com> | 2017-02-24 18:05:13 -0500 |
commit | 42e0304369e9706e96d8979b27979be9e6ca86d5 (patch) | |
tree | 938e4de2fdfe5efce5d12fbc32274c9f531b715b | |
parent | 266f3f96b431e26ab7a3a276857138034ac6a7c1 (diff) |
add chmod to robot script
Change-Id: I1a52698e4fa5d1f92fe7102c5bfde9b3f2782190
Signed-off-by: platania <platania@research.att.com>
-rw-r--r-- | boot/robot_vm_init.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/boot/robot_vm_init.sh b/boot/robot_vm_init.sh index 0bdcbf6e..fc201daf 100644 --- a/boot/robot_vm_init.sh +++ b/boot/robot_vm_init.sh @@ -15,6 +15,9 @@ cp vm_config2robot.sh /opt/eteshare/config cp ete.sh /opt cp demo.sh /opt +chmod +x /opt/ete.sh +chmod +x /opt/demo.sh + /bin/bash /opt/eteshare/config/vm_config2robot.sh docker login -u $NEXUS_USERNAME -p $NEXUS_PASSWD $NEXUS_DOCKER_REPO |