(simatec) small fix
This commit is contained in:
parent
1c765d958e
commit
635666157b
1 changed files with 7 additions and 1 deletions
|
@ -272,7 +272,13 @@ else
|
|||
docker-compose up --force-recreate --build -d
|
||||
fi
|
||||
|
||||
sleep 10
|
||||
sleep 5
|
||||
echo
|
||||
echo "${greenBold}${HLINE}"
|
||||
echo "${greenBold} Reindex Piler"
|
||||
echo "${greenBold}${HLINE}${normal}"
|
||||
echo
|
||||
|
||||
while true; do
|
||||
read -ep "Do you want to perform the Reindex?? (y/n): " yn
|
||||
case $yn in
|
||||
|
|
Loading…
Reference in a new issue