mirror of
https://github.com/community-scripts/ProxmoxVED.git
synced 2026-02-24 21:47:26 +00:00
missed set truncation to 45
This commit is contained in:
@@ -560,7 +560,7 @@ if [ "$IMPORT_DISKS" == "yes" ]; then
|
||||
SCSI_NR=0
|
||||
|
||||
while read -r LSOUTPUT; do
|
||||
TRUNCATED="${LSOUTPUT:0:50}"
|
||||
TRUNCATED="${LSOUTPUT:0:45}"
|
||||
if [ ${#LSOUTPUT} -gt 45 ]; then
|
||||
TRUNCATED="${TRUNCATED}..."
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user