snippets/get-cloud-instance-to-update.sh: a really smal change - remove a blank sign..
This commit is contained in:
parent
78a10d9169
commit
73f2f79324
@ -6,7 +6,7 @@ if [[ ${#website_arr[@]} -eq 1 ]] ; then
|
||||
conf_file=${_arr[1]}
|
||||
WEBSITE=${_arr[0]}
|
||||
echo ""
|
||||
echo -e "Update site \033[1m ${_arr[0]}"
|
||||
echo -e "Update site \033[1m${_arr[0]}"
|
||||
echo ""
|
||||
else
|
||||
echo ""
|
||||
|
Loading…
Reference in New Issue
Block a user