mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-04-29 13:50:52 +02:00
8 lines
125 B
Bash
Executable File
8 lines
125 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# Initialize config
|
|
cp -rnf /root/config/* /config/
|
|
|
|
# Start app
|
|
/app/requestrr/bin/Requestrr.WebApi -c /config
|