summaryrefslogtreecommitdiffstats
path: root/firstaidkit-qs
diff options
context:
space:
mode:
authorMartin Sivak <msivak@redhat.com>2010-03-30 13:05:47 +0200
committerMartin Sivak <msivak@redhat.com>2010-03-30 13:56:17 +0200
commit439429ae36d71e5580a7b99eb2ccd9fbf432c336 (patch)
tree5b96b604cf2571b6756c5ca36f2a422ca2e0d706 /firstaidkit-qs
parent5621948ade5195a73375edc1f7ca0ff58be0d2ae (diff)
downloadfirstaidkit-439429ae36d71e5580a7b99eb2ccd9fbf432c336.tar.gz
firstaidkit-439429ae36d71e5580a7b99eb2ccd9fbf432c336.tar.xz
firstaidkit-439429ae36d71e5580a7b99eb2ccd9fbf432c336.zip
New version, Added missing files, Updated quickstart to use full sized buttons
Diffstat (limited to 'firstaidkit-qs')
-rwxr-xr-xfirstaidkit-qs2
1 files changed, 1 insertions, 1 deletions
diff --git a/firstaidkit-qs b/firstaidkit-qs
index 32a1004..a43b829 100755
--- a/firstaidkit-qs
+++ b/firstaidkit-qs
@@ -7,7 +7,7 @@ function pause()
}
if [ "$DISPLAY" == "" ]; then
- DIALOG="whiptail"
+ DIALOG="whiptail --fb"
else
DIALOG="zenity"
fi