forked from trent_larson/crowd-funder-for-time-pwa
refactor: make the meeting member "set visibility" screen much like the organizer's "admit" screen
This commit is contained in:
@@ -37,7 +37,6 @@ if [ "$git_status_before" != "$git_status_after" ]; then
|
||||
echo
|
||||
printf "Choose [c/a]: "
|
||||
# The `< /dev/tty` is necessary to make read work in git's non-interactive shell
|
||||
# The `|| choice="a"` is useful to set a default value to abort if read fails
|
||||
read choice < /dev/tty
|
||||
|
||||
case $choice in
|
||||
|
||||
Reference in New Issue
Block a user