mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-13 19:31:01 +01:00
6 lines
85 B
Bash
Executable File
6 lines
85 B
Bash
Executable File
#!/bin/sh
|
|
|
|
exec misc/tor/start-tor.sh & ./run & echo "Starting NGinx..."
|
|
|
|
exec nginx
|