mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 02:11:01 +01:00
Fix
https://github.com/alexbelgium/hassio-addons/issues/1842#issuecomment-2834745001
This commit is contained in:
@@ -137,7 +137,7 @@ fi
|
||||
|
||||
# Set RECS_DIR
|
||||
echo "... setting RECS_DIR to /tmp"
|
||||
grep -rl "RECS_DIR" $HOME | while read -r file; do
|
||||
grep -rl "RECS_DIR" $HOME --exclude="*.php" | while read -r file; do
|
||||
sed -i "s|conf\['RECS_DIR'\]|'/tmp'|g" "$file"
|
||||
sed -i "s|\$RECS_DIR|/tmp|g" "$file"
|
||||
sed -i "s|\${RECS_DIR}|/tmp|g" "$file"
|
||||
|
||||
Reference in New Issue
Block a user