From eb18b368edcdcbf3c15466fe2b91683500de567b Mon Sep 17 00:00:00 2001 From: gryf Date: Wed, 29 Apr 2020 14:39:39 +0200 Subject: [PATCH] Fix openrc path --- bootstrap_ubuntu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap_ubuntu.sh b/bootstrap_ubuntu.sh index 295ee3f..e32b9a3 100755 --- a/bootstrap_ubuntu.sh +++ b/bootstrap_ubuntu.sh @@ -74,7 +74,7 @@ cp cleanup.sh ~/ echo 'source ~/.bash_prompt' echo "alias ip='ip -c'" echo "alias skctl='kubectl -n kube-system'" - echo "source ~/devstack openrc admin admin >/dev/null 2>/dev/null'" + echo "source ~/devstack/openrc admin admin >/dev/null 2>/dev/null" } >> ~/.bashrc # 7. get my vim config