From 7ee8e9159e15124e579423593033f50c399655d1 Mon Sep 17 00:00:00 2001 From: Arnaud M Date: Tue, 2 Jan 2024 23:51:51 +0100 Subject: [PATCH] Set correct path for os alias Signed-off-by: Arnaud M --- userdata/isen-postinstall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/userdata/isen-postinstall.sh b/userdata/isen-postinstall.sh index df2afe6..3152c67 100644 --- a/userdata/isen-postinstall.sh +++ b/userdata/isen-postinstall.sh @@ -78,7 +78,7 @@ EOF title.print "Configure bash" cat <<'EOF'>>/root/.bashrc PS1='\e[2;37m\u@\h\e[0m \e[0;32m$PWD\e[0m \e[1;31m>\e[0m ' -alias os=openstack +alias os=/opt/oscli/bin/openstack alias k=kubectl EOF