remove lable

This commit is contained in:
rootzoll
2025-01-05 17:04:54 +01:00
parent f527531f4f
commit 127027ff35

View File

@@ -123,9 +123,8 @@ if [ "$1" = "layout" ]; then
needsUnmount=1 needsUnmount=1
fi fi
label=$(lsblk -no LABEL "/dev/${name}" 2>/dev/null)
deviceName=$(echo "${name}" | sed -E 's/p?[0-9]+$//') deviceName=$(echo "${name}" | sed -E 's/p?[0-9]+$//')
echo "# Checking partition ${name} (${size}GB) on ${deviceName} mounted at ${mountPath} with label ${label}" echo "# Checking partition ${name} (${size}GB) on ${deviceName} mounted at ${mountPath}"
# Check STORAGE DRIVE # Check STORAGE DRIVE
if [ -d "${mountPath}/app-storage" ]; then if [ -d "${mountPath}/app-storage" ]; then