From 4c4ea59598d9a432068dd8034005759fbfa54386 Mon Sep 17 00:00:00 2001 From: Javier Sánchez Parra Date: Wed, 25 Nov 2020 12:56:30 +0100 Subject: #1008 Add support for partitioning several disks WebConsole only supports for partitioning and formatting the first disk of the client. POST /setup calls in ogserver and ogclient support for multiple disks. Update WebConsole to allow to choose which disk do you want to partition and format. --- admin/Interface/Configurar | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'admin/Interface/Configurar') diff --git a/admin/Interface/Configurar b/admin/Interface/Configurar index 554e52c9..3247d568 100755 --- a/admin/Interface/Configurar +++ b/admin/Interface/Configurar @@ -108,8 +108,8 @@ ogCreatePartitionTable $dis MSDOS # Inicia la cache. if echo "$sparam" |grep "CACHE" >/dev/null; then ogEcho session log "[30] $MSG_HELP_ogCreateCache" - ogEcho session log " initCache $tch" - ogExecAndLog COMMAND initCache $tch + ogEcho session log " initCache $dis $tch" + ogExecAndLog COMMAND initCache $dis $tch fi # Definir particionado. -- cgit v1.2.3-18-g5258