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
|