mirror of
https://github.com/yogeshojha/rengine.git
synced 2026-08-17 19:35:42 +02:00
Convert answer to lowercase
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
|
||||
echo "Do you want to apply your local changes after updating? (y/n)"
|
||||
read answer
|
||||
answer=$(echo $answer | tr '[:upper:]' '[:lower:]')
|
||||
|
||||
if [[ $answer == "y" ]]; then
|
||||
make down && git stash save && git pull && git stash apply && make build && make up
|
||||
|
||||
Reference in New Issue
Block a user