This commit is contained in:
Alexandre
2024-01-04 15:54:47 +01:00
committed by GitHub
parent 9a03ad4188
commit 5db99178da

View File

@@ -45,7 +45,7 @@ done
# Correct home location
for folders in /defaults /etc/cont-init.d /etc/services.d /etc/s6-overlay/s6-rc.d; do
if [ -d "$folders" ]; then
sed -i "s|/config/addons_config/calibre|$LOCATION|g" $(find "$folders" -type f) &>/dev/null || true
sed -i "s|/config|$LOCATION|g" $(find "$folders" -type f) &>/dev/null || true
fi
done