1
0
mirror of https://github.com/rancher/os.git synced 2025-09-16 15:09:27 +00:00

scripts cleanup

This commit is contained in:
Ivan Mikushin
2015-07-14 18:37:39 +05:00
parent 26f9b17430
commit 51d2dddfa8
4 changed files with 3 additions and 4 deletions

View File

@@ -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