diff --git a/emhttp/plugins/dynamix/include/Boot.php b/emhttp/plugins/dynamix/include/Boot.php
index ff1828ca8..25dd6f880 100644
--- a/emhttp/plugins/dynamix/include/Boot.php
+++ b/emhttp/plugins/dynamix/include/Boot.php
@@ -59,10 +59,10 @@ boot.on('message', function(msg) {
switch (ini['fsState']) {
case 'Stopped' : var status = "=_('Array Stopped')?>"; break;
case 'Started' : var status = "=_('Array Started')?>"; break;
- case 'Formatting': var status = "=_('Array Started')?>•=_('Formatting device(s)')?>"; break;
+ case 'Formatting': var status = "=_('Array Started')?>
=_('Formatting device(s)')?>"; break;
default : var status = ""+_('Array '+ini['fsState'])+"";
}
- if (ini['fsProgress']) status += "•"+_(ini['fsProgress'])+"";
+ status += ini['fsProgress'] ? "
"+_(ini['fsProgress'])+"" : "
";
$('.sub1').html(status);
});
@@ -158,18 +158,18 @@ $(document).ajaxSend(function(elm, xhr, s){
$safemode = '/boot/unraidsafemode';
-$progress = (_var($var,'fsProgress')!='') ? "•{$var['fsProgress']}" : "";
+$progress = (_var($var,'fsProgress')!='') ? "
{$var['fsProgress']}" : "
";
switch (_var($_POST,'cmd','shutdown')) {
case 'reboot':
if (isset($_POST['safemode'])) touch($safemode); else @unlink($safemode);
- exec('/sbin/reboot -n');
echo '