Fix small things

Fix an env issue
Add exe permissions

Co-Authored-By: Christopher Landwehr <10077248+clndwhr@users.noreply.github.com>
This commit is contained in:
Cameron Thompson
2025-07-27 13:18:36 -04:00
parent 5afecaeaba
commit dacf583d13
3 changed files with 3 additions and 2 deletions

View File

@@ -1,5 +1,6 @@
#!/bin/bash
#!/bin/sh
# On SDXPINN and (assumed) SDXLEMUR with OpenWRT Overlay, the environment NEEDS to be /bin/sh,
# whereas QTI environment on SDXLEMUR uses /bin/bash. This assumption requires verification.
# Set content-type for JSON response
printf "Content-type: application/json\r\n"
printf "\r\n"