Skip to content
Snippets Groups Projects
Commit 75a9c8ae authored by Chris Shantz's avatar Chris Shantz
Browse files

Update rebuild.sh corrected variable so it displays the correct value.

parent 05662062
No related branches found
No related tags found
7 merge requests!433ISTWCMS-6296 Create test for all event dates test cases,!136Istwcms 4725 ebremner config sync,!63Feature/istwcms 4512 l26yan add first last name fields to users,!48Feature/istwcms 4465 l26yan remove paragraphs edit from base profile,!9Feature/istwcms 4139 l26yan update leaflet,!8Feature/istwcms 4156 l26yan set up catalogs terms,!2Feature/istwcms 4137 ebremner use linkit
......@@ -10,7 +10,7 @@ else
if [ ${firstresponse} = "-y" ] || [ ${firstresponse} = "-n" ]; then
echo "You entered: " ${firstresponse}
else
echo 'You entered' ${rfirstresponse} 'The accepted parameters are -y or -n.';
echo 'You entered' ${firstresponse} 'The accepted parameters are -y or -n.';
unset firstresponse
#if the entered something other than y or n unset variable and ask again.
while [[ ! ${firstresponse} =~ -[y|n]$ ]]; do
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment