Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: shellcheck Docker scripts, fix warnings
* Warnings were: In Docker/start_server.sh line 4: declare -r application_configs="$(ls -d /etc/config/* 2>/dev/null | paste -sd ',' -)" ^-----------------^ SC2155 (warning): Declare and assign separately to avoid masking return values. ^-----------------------------^ SC2012 (info): Use find instead of ls to better handle non-alphanumeric filenames.
- Loading branch information