Sort env vars

This commit is contained in:
André Duffeck
2025-03-19 09:01:45 +01:00
parent 1f7ce9818d
commit 94e668b194

View File

@@ -2142,7 +2142,7 @@ def opencloudServer(storage = "decomposed", accounts_hash_difficulty = 4, volume
wrapper_commands = [
"make -C %s build" % dirs["ocWrapper"],
"env",
"env | sort",
"%s/bin/ocwrapper serve --bin %s --url %s --admin-username admin --admin-password admin" % (dirs["ocWrapper"], dirs["opencloudBin"], environment["OC_URL"]),
]