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