94f5803141
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
7 lines
134 B
Plaintext
Executable File
7 lines
134 B
Plaintext
Executable File
#!/usr/bin/with-contenv bash
|
|
# shellcheck shell=bash
|
|
|
|
echo "**** setting up config directory ****"
|
|
mkdir -p /config
|
|
chmod 755 /config
|