Skip to content

Commit

Permalink
add mising $2 to input_box_flow (nextcloud#1455)
Browse files Browse the repository at this point in the history
  • Loading branch information
szaimen authored Sep 13, 2020
1 parent 70b8134 commit d4d68f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ input_box_flow() {
RESULT=$(input_box "$1" "$2")
if [ -z "$RESULT" ]
then
msg_box "Input is empty, please try again."
msg_box "Input is empty, please try again." "$2"
elif ! yesno_box_yes "Is this correct? $RESULT" "$2"
then
msg_box "OK, please try again." "$2"
Expand Down

0 comments on commit d4d68f2

Please sign in to comment.