mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-12 18:41:27 +02:00
Update ha_entrypoint_modif.sh
This commit is contained in:
@@ -10,7 +10,7 @@ set -e
|
|||||||
|
|
||||||
for folders in /default /defaults /etc; do
|
for folders in /default /defaults /etc; do
|
||||||
if [ -d "$folders" ]; then
|
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
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user