update-dehydrated-repos.sh: fix error.
This commit is contained in:
parent
a329677e86
commit
f20eec3b7e
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user