From b12cc5994979c9d6a5b4e5f70ba6faf883917187 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sun, 1 Aug 2010 23:35:53 -0400 Subject: Unbreal exclam.gif --- usr/local/www/installer.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr/local/www/installer.php') diff --git a/usr/local/www/installer.php b/usr/local/www/installer.php index 771fb40..f5e37e0 100644 --- a/usr/local/www/installer.php +++ b/usr/local/www/installer.php @@ -195,7 +195,7 @@ function update_installer_status() { // Check for error and bail if we see one. if(stristr($status, "error")) { $error = true; - echo "\$('installerrunning').innerHTML=' An error occurred. Aborting installation.'; "; + echo "\$('installerrunning').innerHTML=' An error occurred. Aborting installation.'; "; echo "\$('progressbar').style.width='100%';\n"; unlink("/tmp/install_complete"); return; @@ -214,7 +214,7 @@ function update_installer_status() { if($progress) echo "\$('progressbar').style.width='{$progress}%';\n"; if(file_exists("/tmp/install_complete")) { - echo "\$('installerrunning').innerHTML=' Installation completed. Please reboot to continue';\n"; + echo "\$('installerrunning').innerHTML=' Installation completed. Please reboot to continue';\n"; unlink_if_exists("/tmp/installer.sh"); file_put_contents("/tmp/installer_installer_running", "finished"); } -- cgit v1.1