mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-10 09:51:02 +01:00
Update ha_entrypoint_modif.sh
This commit is contained in:
@@ -10,7 +10,7 @@ set -e
|
||||
|
||||
for folders in /default /defaults /etc; do
|
||||
if [ -d "$folders" ]; then
|
||||
find "$folders" -type f -not -path '*/\.*' -exec grep -Il '.' {} \; -print0 | xargs -0 -d '\n' -L 1 dos2unix -k
|
||||
find "$folders" -type f -not -path '*/\.*' -exec grep -Il '.' {} \; | xargs -d '\n' -L 1 dos2unix -k
|
||||
fi
|
||||
done
|
||||
|
||||
|
||||
Reference in New Issue
Block a user