diff --git a/android/0_termux-setup_v2.sh b/android/0_termux-setup_v2.sh index a95fbe3..c87dc18 100644 --- a/android/0_termux-setup_v2.sh +++ b/android/0_termux-setup_v2.sh @@ -386,8 +386,8 @@ notify_ask_one() { --content "$content" \ --sound \ --button1 "Answer" \ - --button1-action "sh -lc 'printf \"%s\" \"\$REPLY\" > \"$out\"'" - || return 1 + --button1-action "sh -lc 'printf \"%s\" \"\$REPLY\" > \"$out\"'" \ + || return 1 local start now start="$(date +%s)"