op-packages/luci-app-natmap/run.sh
github-actions[bot] 32600acc60 🌴 Sync 2026-03-05 23:51:42
2026-03-05 23:51:42 +08:00

8 lines
176 B
Bash
Executable File

#!/bin/sh
mkdir -p bin
# macOS no need to change the owner
# change the owner of bin to 1000:1000 when running on linux
sudo chown -R 1000:1000 bin
docker-compose up
ls -R bin