update-dehydrated-repos.sh: fix error.

This commit is contained in:
Christoph 2021-02-06 23:50:34 +01:00
parent a329677e86
commit f20eec3b7e

View File

@ -178,7 +178,7 @@ fi
# ---------- # ----------
if $terminal ; then if $terminal ; then
echo "" #lx_container_arr echo ""
echo -e "\033[1m----------\033[m" echo -e "\033[1m----------\033[m"
echo -e "\033[32m\033[1mRunning script \033[m\033[1m$script_name\033[32m .. \033[m" echo -e "\033[32m\033[1mRunning script \033[m\033[1m$script_name\033[32m .. \033[m"
echo -e "\033[1m----------\033[m" echo -e "\033[1m----------\033[m"
@ -224,8 +224,8 @@ fi
if [[ ! -d "$REPOSITORY_PATH" ]] ; then if [[ ! -d "$REPOSITORY_PATH" ]] ; then
info "Repository '$REPOSITORY_NAME' is not present." info "Repository '$REPOSITORY_NAME' is not present."
read -s dummy1 #read -s dummy1
read -s dummy2 #read -s dummy2
clean_up 0 clean_up 0
fi fi