Fix MOTD script name reference in chmod command

The chmod command incorrectly referenced the wrong script name. This
patch fixes that.

Change-Id: I494bba6995a01488da0a71f5cffe9f61a9c4165e
Closes-Bug: #1403534
This commit is contained in:
Jesse Pretorius 2014-12-17 15:00:43 +00:00
parent ec3a14f235
commit 29abd6dddf

View File

@ -35,7 +35,7 @@ echo ""
echo "cd /opt/ansible-lxc-rpc/rpc_deployment"
echo "ansible-playbook -e @/etc/rpc_deploy/user_variables.yml playbooks/infrastructure/galera-startup.yml"
EOF
chmod +x /etc/update-motd.d/00-rpc-notice
chmod +x /etc/update-motd.d/20-openstack
# run the same aio build script that is used in the OpenStack CI pipeline
cd ${WORKING_FOLDER}