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