diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-06-21 15:54:45 +0000 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-06-21 15:54:45 +0000 |
commit | 83e7e37194406fc64559a78f6637669be6b955b7 (patch) | |
tree | bf6c5b16debd951d268efb4bd01cd3ee8728ef53 | |
parent | 3161501f91026473488a8941a2a914a03c5a85a5 (diff) | |
download | vyos-build-83e7e37194406fc64559a78f6637669be6b955b7.tar.gz vyos-build-83e7e37194406fc64559a78f6637669be6b955b7.zip |
T3641: hooks: open-vm-tools: use Python3 interpreter
-rwxr-xr-x | data/live-build-config/hooks/live/30-openvmtools-configs.chroot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/live-build-config/hooks/live/30-openvmtools-configs.chroot b/data/live-build-config/hooks/live/30-openvmtools-configs.chroot index e3762cc9..6d6782df 100755 --- a/data/live-build-config/hooks/live/30-openvmtools-configs.chroot +++ b/data/live-build-config/hooks/live/30-openvmtools-configs.chroot @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # open-vm-tools settings |