tazinst rev 29 3.95

fix typo
author Dominique Corbex <domcox@slitaz.org>
date Wed Feb 12 22:47:47 2014 +0100 (2014-02-12)
parents ed27ddc7f176
children 064d7ac2e581
files installer.cgi
line diff
     1.1 --- a/installer.cgi	Wed Feb 12 22:46:05 2014 +0100
     1.2 +++ b/installer.cgi	Wed Feb 12 22:47:47 2014 +0100
     1.3 @@ -1051,9 +1051,8 @@
     1.4  		if ! (/usr/sbin/tazinst check all $INSTFILE > /dev/null); then
     1.5  			page_redirection "input&CHECK=yes"
     1.6  		else
     1.7 -#			tazinst_run && moveto_page home reboot \
     1.8 -#						|| moveto_page input failed
     1.9 -					 moveto_page input failed
    1.10 +			tazinst_run && moveto_page home reboot \
    1.11 +						|| moveto_page input failed
    1.12  		fi
    1.13  		form_end
    1.14  		;;