mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 02:11:01 +01:00
6 lines
222 B
Bash
Executable File
6 lines
222 B
Bash
Executable File
#!/usr/bin/bashio
|
|
|
|
if [ -f /homeassistant/unpackerr.conf ]; then
|
|
bashio::log.warning "Migrating unpackerr.conf to /addons_configs/$HOSTNAME/unpackerr.conf"
|
|
mv /homeassistant/unpackerr.conf /config/unpackerr.conf
|
|
fi |