mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-31 08:57:42 +01:00
6 lines
222 B
Bash
6 lines
222 B
Bash
#!/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 |