replace 2&>1 by 2>&1
This commit is contained in:
parent
7b5fce3fa6
commit
2bd841f835
|
@ -262,7 +262,7 @@ cd \$(dirname \$0)
|
||||||
|
|
||||||
# remove old partitions
|
# remove old partitions
|
||||||
for p in \$(seq 3 9) ; do
|
for p in \$(seq 3 9) ; do
|
||||||
sgdisk -d \$p /dev/vda > /dev/null 2&>1
|
sgdisk -d \$p /dev/vda > /dev/null 2>&1
|
||||||
done
|
done
|
||||||
|
|
||||||
# bonk out on errors
|
# bonk out on errors
|
||||||
|
|
Loading…
Reference in New Issue