Add success messages to wget lookups

This commit is contained in:
Joshua Boniface 2023-09-01 15:41:56 -04:00
parent d5a4cf7397
commit 736e1e3a83
1 changed files with 4 additions and 0 deletions

View File

@ -249,6 +249,8 @@ while [[ -z ${debmirror} ]]; do
continue continue
fi fi
echo echo
echo "Repository mirror '${debmirror}' successfully validated."
echo
done done
echo "5) Please enter an HTTP URL containing a text list of SSH authorized keys to" echo "5) Please enter an HTTP URL containing a text list of SSH authorized keys to"
@ -287,6 +289,8 @@ else
echo -n "> " echo -n "> "
read target_keys_url read target_keys_url
done done
echo
echo "SSH key source '${target_keys_url}' successfully validated."
fi fi
echo echo