first commit
This commit is contained in:
6
.venv/bin/dotenv
Executable file
6
.venv/bin/dotenv
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/opt/proxmox-provisioner-enhanced/.venv/bin/python3
|
||||
import sys
|
||||
from dotenv.__main__ import cli
|
||||
if __name__ == '__main__':
|
||||
sys.argv[0] = sys.argv[0].removesuffix('.exe')
|
||||
sys.exit(cli())
|
||||
Reference in New Issue
Block a user