mirror of
https://github.com/okxlin/appstore.git
synced 2026-09-24 16:01:02 +00:00
6 lines
116 B
Bash
Executable File
6 lines
116 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -euo pipefail
|
|
|
|
# Mesh configuration is supplied by the 1Panel form and Compose file.
|
|
exit 0
|