mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 02:11:01 +01:00
Lint
This commit is contained in:
2
.github/workflows/onpush_builder.yaml
vendored
2
.github/workflows/onpush_builder.yaml
vendored
@@ -136,8 +136,6 @@ jobs:
|
|||||||
target="$(readlink -f "$link")"
|
target="$(readlink -f "$link")"
|
||||||
# Remove the symlink
|
# Remove the symlink
|
||||||
rm "$link"
|
rm "$link"
|
||||||
|
|
||||||
# Copy the file or directory in place
|
|
||||||
if [ -d "$target" ]; then
|
if [ -d "$target" ]; then
|
||||||
cp -R "$target" "$link"
|
cp -R "$target" "$link"
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user