tazpanel rev 296 1.5.4
installer.cgi: fix tazinst i18n dependent checking
author | Dominique Corbex <domcox@slitaz.org> |
---|---|
date | Tue May 01 12:10:02 2012 +0200 (2012-05-01) |
parents | aa68e0881e3f |
children | 201e731ec174 |
files | installer.cgi |
line diff
1.1 --- a/installer.cgi Wed Apr 25 22:08:53 2012 +0200 1.2 +++ b/installer.cgi Tue May 01 12:10:02 2012 +0200 1.3 @@ -542,7 +542,7 @@ 1.4 local code 1.5 code=0 1.6 # Check tazinst 1.7 - if ! tazinst usage | grep -q Usage: ; then 1.8 + if ! [ -x /usr/sbin/tazinst ] ; then 1.9 cat <<EOT 1.10 <h3>$(gettext "Tazinst Error")</h3> 1.11 <p><strong>tazinst</strong>, $(gettext "the lightweight SliTaz HDD installer