Update status.inc
This commit is contained in:
@@ -875,7 +875,7 @@ STATUS_SCANTIMES(){
|
||||
echo -e "${idsCL[LightCyan]}Last Replication Check : ${idsCL[LightGreen]}${last_replcheck}${idsCL[Default]}\n"
|
||||
|
||||
if [ ${scansfound} -le 500 ]; then
|
||||
echo -en "${idsCL[LightCyan]}List out these '${scansfound}' scan times? (y/N): ${idsCL[Default]}"
|
||||
echo -en "\n${idsCL[LightCyan]}List out these '${scansfound}' scan times? (y/N): ${idsCL[Default]}"
|
||||
read -n1 choice
|
||||
if [ "${choice^^}" == "Y" ]; then
|
||||
echo -en "\r\033[K"
|
||||
|
||||
Reference in New Issue
Block a user