Add success messages to wget lookups
This commit is contained in:
parent
d5a4cf7397
commit
736e1e3a83
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue