From 4680624dd23bee959e60946457a2bfbec74e5701 Mon Sep 17 00:00:00 2001 From: Michael Pereira Neves Date: Fri, 12 Sep 2014 15:39:42 -0300 Subject: [partitioner] corrected config path --- server/modules/partitioner/opt/openslx/scripts/partitioner | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/server/modules/partitioner/opt/openslx/scripts/partitioner b/server/modules/partitioner/opt/openslx/scripts/partitioner index 0b682dba..a7ba064a 100755 --- a/server/modules/partitioner/opt/openslx/scripts/partitioner +++ b/server/modules/partitioner/opt/openslx/scripts/partitioner @@ -3,8 +3,7 @@ # set -e PARTITIONSPATH="/proc/partitions" -CONFIGPATH="./config" -# CONFIGPATH="/opt/openslx/config" +CONFIGPATH="/opt/openslx/config" # BLOCKSIZE=$(sfdisk -l /dev/$SLX_CHOOSEN_DISK | grep -o -e "blocks of [0-9]* bytes" | cut -d ' ' -f3) BLOCKSIZE=1024 @@ -356,4 +355,4 @@ else fi fi DIALOGSTR=${DIALOGSTR/Creating Partitions.../New partitions created:} -dialog --msgbox "$DIALOGSTR" 0 0 \ No newline at end of file +dialog --msgbox "$DIALOGSTR" 0 0 -- cgit v1.2.3-55-g7522