fixes
This commit is contained in:
parent
3976d81df8
commit
e17d0e93b4
|
@ -29,11 +29,11 @@ done
|
|||
export run="install"
|
||||
for i in $(find "${step}3" -mindepth 1 -maxdepth 1 -type f | sort -n ); do
|
||||
echo $i
|
||||
test -f "${i}" && source "${i}"
|
||||
test -f "${i}" && source "${i}"
|
||||
done
|
||||
|
||||
export run="post"
|
||||
for i in $(find "${step}3" -mindepth 1 -maxdepth 1 -type f | sort -n); do
|
||||
for i in $(find "${step}4" -mindepth 1 -maxdepth 1 -type f | sort -n); do
|
||||
echo $i
|
||||
test -f "${i}" && source "${i}"
|
||||
done
|
||||
|
|
Loading…
Reference in New Issue
Block a user