mirror of
https://github.com/hassio-addons/addon-home-panel.git
synced 2025-05-04 19:01:21 +00:00
🚑 Fix sed line
This commit is contained in:
parent
69944adf85
commit
e09866c31a
1 changed files with 1 additions and 1 deletions
|
@ -10,5 +10,5 @@ fi
|
|||
|
||||
if [ "$(grep -i '../db' /opt/panel/config/default.json)" = 0 ]; then
|
||||
# Force database to use /data
|
||||
sed -i -e "s/../db//data/g" /opt/panel/config/default.json
|
||||
sed -i "s#../db#/data#g" /opt/panel/config/default.json
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue