#619: Consola web asistente de particionado. Corrige el error cuando se incluye en la cola de acciones
git-svn-id: https://opengnsys.es/svn/branches/version1.0@4046 a21b9725-9963-47de-94b9-378ad31fedc9remotes/github/debian-pkg
parent
c4526251fa
commit
94a8b2c192
|
@ -216,7 +216,7 @@ echo \"[100] $MSG_HELP_ogListPartitions "+n_disk+"\" | tee -a $OGLOGSESSION $OG
|
|||
ogUpdatePartitionTable "+n_disk+" \n \
|
||||
ms-sys /dev/sda | grep unknow && ms-sys /dev/sda \n \
|
||||
ogListPartitions "+n_disk+" | tee -a $OGLOGCOMMAND $OGLOGSESSION $OGLOGFILE \n \
|
||||
reboot \n";
|
||||
reboot 20 \n";
|
||||
}
|
||||
|
||||
|
||||
|
@ -303,7 +303,7 @@ echo \"[100] $MSG_HELP_ogListPartitions "+n_disk+"\" | tee -a $OGLOGSESSION $OG
|
|||
ogUpdatePartitionTable "+n_disk+" \n \
|
||||
ms-sys /dev/sda | grep unknow && ms-sys /dev/sda \n \
|
||||
ogListPartitions "+n_disk+" | tee -a $OGLOGCOMMAND $OGLOGSESSION $OGLOGFILE \n \
|
||||
reboot \n";
|
||||
reboot 20 \n";
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue