From 29abd6dddfeeb7f7da7329f4095f33e9cc7d95f6 Mon Sep 17 00:00:00 2001 From: Jesse Pretorius Date: Wed, 17 Dec 2014 15:00:43 +0000 Subject: [PATCH] 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 --- scripts/cloudserver-aio.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/cloudserver-aio.sh b/scripts/cloudserver-aio.sh index 86d161c13e..919b741f33 100755 --- a/scripts/cloudserver-aio.sh +++ b/scripts/cloudserver-aio.sh @@ -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}