replace 2&>1 by 2>&1

This commit is contained in:
Patrice Duroux 2023-03-01 17:19:44 +00:00
parent 7b5fce3fa6
commit 2bd841f835
1 changed files with 1 additions and 1 deletions

View File

@ -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