1 --- a/utils/gammu-config
2 +++ b/utils/gammu-config
7 -if type dialog > /dev/null 2>&1 ; then
9 -elif type cdialog > /dev/null 2>&1 ; then
11 -elif type whiptail > /dev/null 2>&1 ; then
14 - echo "You need dialog, cdialog or whiptail installed to make this work"
19 if [ -f "$CONFIG" ] ; then
20 if [ ! -w "$CONFIG" ] ; then