remove newline before warning

This commit is contained in:
Heavybullets8 2022-07-31 23:21:38 -06:00
parent 8d789fe09a
commit 8d782e880b

View File

@ -67,7 +67,7 @@ do
while true
do
clear -x
echo -e "\nWARNING:\nYou CANNOT go back after deleting your restore point"
echo -e "WARNING:\nYou CANNOT go back after deleting your restore point"
echo -e "\n\nYou have chosen:\n$restore_point\n\n"
read -rt 120 -p "Would you like to proceed with deletion? (y/N): " yesno || { echo -e "\nFailed to make a selection in time" ; exit; }
case $yesno in