mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 02:11:01 +01:00
Github bot : script beautyshied
This commit is contained in:
@@ -24,7 +24,7 @@ change_folders () {
|
||||
|
||||
# Modify files
|
||||
echo "Adapting files"
|
||||
# shellcheck disable=SC2013,SC2086
|
||||
# shellcheck disable=SC2013,SC2086
|
||||
for file in $(grep -ril "$ORIGINALLOCATION" /etc /defaults); do sed -i "s=$ORIGINALLOCATION=$CONFIGLOCATION=g" $file; done
|
||||
|
||||
# Adapt sync.conf
|
||||
|
||||
Reference in New Issue
Block a user