Skip to content

Commit

Permalink
change config message
Browse files Browse the repository at this point in the history
  • Loading branch information
nachoparker committed Jun 29, 2017
1 parent ce003aa commit 27830f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/library.sh
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ function config()
local value
value=$( dialog --ok-label "Start" \
--no-lines --backtitle "$BACKTITLE" \
--form "Enter the desired configuration for $( basename "$INSTALL_SCRIPT" .sh )" \
--form "Enter configuration for $( basename "$INSTALL_SCRIPT" .sh )" \
20 70 0 $PARAM \
3>&1 1>&2 2>&3 )
RET=$?
Expand Down

0 comments on commit 27830f5

Please sign in to comment.