Use generic /bin/sh in docker-start.sh

This commit is contained in:
Jason Streifling 2025-01-24 20:09:47 +01:00
parent 1b72f05add
commit a93603eac0

View File

@ -1,4 +1,4 @@
#! /bin/bash - #! /bin/sh -
read -sp "Enter DB password: " DB_PASS read -sp "Enter DB password: " DB_PASS
echo echo