mirror of
https://github.com/rancher/os.git
synced 2025-09-16 15:09:27 +00:00
scripts cleanup
This commit is contained in:
@@ -40,7 +40,7 @@ fi
|
||||
|
||||
run ./scripts/bootstrap
|
||||
ARGS=
|
||||
for i in $(ls -d * .* | sort -u | grep -Ev '(\.|\.\.|\.dockerfile|build|tmp|dist|.git|.idea|.vagrant|scripts|bin|state)$'); do
|
||||
for i in $(ls -d * .* | sort -u | grep -Ev '(\.|\.\.|\.dockerfile|build|tmp|dist|.DS_Store|.git|.idea|.vagrant|scripts|bin|state)$'); do
|
||||
if [ -d $i ]; then
|
||||
run --assets $i
|
||||
else
|
||||
|
Reference in New Issue
Block a user