snippets/get-cloud-instance-to-update.sh: a really smal change - remove a blank sign..

This commit is contained in:
Christoph 2025-03-30 18:24:15 +02:00
parent 78a10d9169
commit 73f2f79324

View File

@ -6,7 +6,7 @@ if [[ ${#website_arr[@]} -eq 1 ]] ; then
conf_file=${_arr[1]} conf_file=${_arr[1]}
WEBSITE=${_arr[0]} WEBSITE=${_arr[0]}
echo "" echo ""
echo -e "Update site \033[1m ${_arr[0]}" echo -e "Update site \033[1m${_arr[0]}"
echo "" echo ""
else else
echo "" echo ""