mirror of
https://github.com/hassio-addons/addon-tasmoadmin.git
synced 2025-05-04 11:01:27 +00:00
🚑 Fixes a typo in the migration script
This commit is contained in:
parent
55844ec474
commit
caffc65ada
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
source /usr/lib/hassio-addons/base.sh
|
||||
|
||||
if hass.directory_exists "/data/sonweb"; then
|
||||
hass.log.inf 'Migrating data from sonweb to tasmoadmin...'
|
||||
hass.log.info 'Migrating data from sonweb to tasmoadmin...'
|
||||
|
||||
# Rename data folder
|
||||
mv /data/sonweb /data/tasmoadmin
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue