summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Pereira Neves2014-09-12 20:39:42 +0200
committerMichael Pereira Neves2014-10-28 14:14:50 +0100
commit4680624dd23bee959e60946457a2bfbec74e5701 (patch)
tree743ae5fb2a5e4b41c50367475ce722e98d36b46a
parent[partitioner] add systemd service (diff)
downloadtm-scripts-4680624dd23bee959e60946457a2bfbec74e5701.tar.gz
tm-scripts-4680624dd23bee959e60946457a2bfbec74e5701.tar.xz
tm-scripts-4680624dd23bee959e60946457a2bfbec74e5701.zip
[partitioner] corrected config path
-rwxr-xr-xserver/modules/partitioner/opt/openslx/scripts/partitioner5
1 files 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