mirror of
https://github.com/okxlin/appstore.git
synced 2026-09-27 16:01:05 +00:00
Package Owncast 0.2.5 and latest with generated installation credentials, isolated bootstrap initialization, persistent data, hardened runtime settings, and documented RTMP deployment guidance.
6 lines
128 B
Bash
Executable File
6 lines
128 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -euo pipefail
|
|
|
|
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd -P)"
|
|
exec "$SCRIPT_DIR/init.sh"
|