Change Shebang in initenv to be same as cmdeploy

This commit is contained in:
Christian Hagenest
2024-03-05 14:02:32 +01:00
parent 14342383cf
commit b19d571f22

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
set -e
python3 -m venv --upgrade-deps venv