From 52e0198c1815f3e45976c4f8d69bd98716c63767 Mon Sep 17 00:00:00 2001 From: gryf Date: Fri, 4 Oct 2019 12:49:57 +0200 Subject: [PATCH] Clone devstack to users home dir. --- bootstrap_centos7.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap_centos7.sh b/bootstrap_centos7.sh index 66cc9f8..d985485 100755 --- a/bootstrap_centos7.sh +++ b/bootstrap_centos7.sh @@ -46,4 +46,4 @@ if [ -z "$(sudo grep "${USER}" /etc/sudoers)" ]; then fi # clone devstack -git clone https://opendev.org/openstack/devstack ~/ +git clone https://opendev.org/openstack/devstack ~/devstack