From 94a8b96e74ddc8045cb6eee9355c7dd57df4d129 Mon Sep 17 00:00:00 2001 From: Ben Peddell Date: Thu, 27 Feb 2020 16:17:27 +1000 Subject: [PATCH] Create /etc/bash_completion.d if it doesn't exist Fixes: 06929b92188343303ed5cea25ab762bdb8dd0163 adding bash_completion for servers --- tools/install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/install.sh b/tools/install.sh index 8cb7ac9..5807916 100755 --- a/tools/install.sh +++ b/tools/install.sh @@ -313,6 +313,7 @@ else "${INSTALL_ROOT}${INSTANCEDIR}/instance.cfg.example" # Copy arkmanager bash_completion into /etc/bash_completion.d/ + mkdir -p "${INSTALL_ROOT}/etc/bash_completion.d" cp bash_completion/arkmanager "${INSTALL_ROOT}/etc/bash_completion.d/arkmanager" # Copy arkmanager.cfg inside linux configuation folder if it doesn't already exists