diff options
author | ramon <ramongomez@us.es> | 2012-07-26 11:44:50 +0000 |
---|---|---|
committer | ramon <ramongomez@us.es> | 2012-07-26 11:44:50 +0000 |
commit | a23fb1b4aef80d97cd8a6a8dab648a8b8720716c (patch) | |
tree | 742835a79fc0b4173cb554421034c23eeb1ebbf8 | |
parent | 496da97e7518d986038b4cd534e0442e3322925f (diff) |
VersiĆ³n 1.0.4, #516 #543: corregida errata en asistente de particionado para reinicar tras particionar.
git-svn-id: https://opengnsys.es/svn/trunk@3268 a21b9725-9963-47de-94b9-378ad31fedc9
-rw-r--r-- | admin/WebConsole/asistentes/jscripts/asistentes.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/admin/WebConsole/asistentes/jscripts/asistentes.js b/admin/WebConsole/asistentes/jscripts/asistentes.js index 36aadc3d..5a6dae4f 100644 --- a/admin/WebConsole/asistentes/jscripts/asistentes.js +++ b/admin/WebConsole/asistentes/jscripts/asistentes.js @@ -188,7 +188,7 @@ ogSetPartitionActive "+n_disk+" 1 \n \ echo \"[100] $MSG_HELP_ogListPartitions "+n_disk+"\" | tee -a $OGLOGSESSION $OGLOGFILE \n \ ogUpdatePartitionTable "+n_disk+" \n \ ms-sys /dev/sda | grep unknow && ms-sys /dev/sda \n \ -ogListPartitions "+n_disk+" | tee -a $OGLOGCOMMAND $OGLOGSESSION $OGLOGFILE \ +ogListPartitions "+n_disk+" | tee -a $OGLOGCOMMAND $OGLOGSESSION $OGLOGFILE \n \ reboot \n"; } @@ -274,7 +274,7 @@ ogSetPartitionActive "+n_disk+" 1 \n \ echo \"[100] $MSG_HELP_ogListPartitions "+n_disk+"\" | tee -a $OGLOGSESSION $OGLOGFILE \n \ ogUpdatePartitionTable "+n_disk+" \n \ ms-sys /dev/sda | grep unknow && ms-sys /dev/sda \n \ -ogListPartitions "+n_disk+" | tee -a $OGLOGCOMMAND $OGLOGSESSION $OGLOGFILE \ +ogListPartitions "+n_disk+" | tee -a $OGLOGCOMMAND $OGLOGSESSION $OGLOGFILE \n \ reboot \n"; } |