mirror of
https://github.com/Screenly/Anthias.git
synced 2025-12-23 14:28:13 -05:00
6 lines
101 B
Bash
6 lines
101 B
Bash
#!/bin/bash
|
|
|
|
if [[ -f ./docker-compose.yml ]]; then
|
|
docker compose up -d anthias-wifi-connect
|
|
fi
|