Skip to content

Commit e305c9b

Browse files
rosslagerwallMarkSymsCtx
authored andcommitted
scripts: Use python3 explicitly
In some cases, the unversioned python command may not exist. Signed-off-by: Ross Lagerwall <ross.lagerwall@citrix.com>
1 parent b91aeb1 commit e305c9b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/02-vhdcleanup

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ start() {
3131
srUuids=`xe sr-list type=$type params=uuid --minimal | sed "s/,/ /g"`
3232
for uuid in $srUuids; do
3333
echo -n "Fixing $type"
34-
python $LVHD_UTIL_SCRIPT fixrefcounts $uuid
34+
python3 $LVHD_UTIL_SCRIPT fixrefcounts $uuid
3535
done
3636
done
3737
echo -n $"OK"

0 commit comments

Comments
 (0)