#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-378ad31fedc9
remotes/github/debian-pkg
Irina Gomez 2013-09-24 07:58:30 +00:00
parent c4526251fa
commit 94a8b2c192
1 changed files with 2 additions and 2 deletions

View File

@ -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";
}