mirror of
https://github.com/bokysan/docker-postfix.git
synced 2025-09-03 21:14:26 +08:00
This will create a python venv and point sasl-xoauth2-tool to use this venv. This way, when the user executes the command, it will "automagically" work instead of failing.
7 lines
244 B
Diff
7 lines
244 B
Diff
--- sasl-xoauth2-orig/scripts/sasl-xoauth2-tool.in 2025-03-01 08:38:07
|
|
+++ sasl-xoauth2/scripts/sasl-xoauth2-tool.in 2025-03-01 08:38:12
|
|
@@ -1,4 +1,4 @@
|
|
-#!/usr/bin/python3
|
|
+#!/sasl/bin/python3
|
|
# PYTHON_ARGCOMPLETE_OK
|
|
# -*- coding: utf-8 -*-
|