mirror of
https://github.com/linuxserver/docker-manyfold.git
synced 2026-02-20 05:49:50 +08:00
7 lines
96 B
Plaintext
Executable File
7 lines
96 B
Plaintext
Executable File
#!/usr/bin/with-contenv bash
|
|
# shellcheck shell=bash
|
|
|
|
cd /app/www/bin || exit 1
|
|
|
|
./rails secret
|