diff --git a/rebuild.sh b/rebuild.sh index 809bed8..0931a75 100755 --- a/rebuild.sh +++ b/rebuild.sh @@ -17,7 +17,7 @@ function build { } -echo -e "\nDo you want to continue?" +echo -e "\nWhat do you want to do? [1-4]" select yn in "Build" "Build and Upgrade" "Commit and push" "Exit"; do case $yn in Build ) build;;