progress
This commit is contained in:
parent
b43f701f1e
commit
60c967902b
2
main.sh
2
main.sh
|
@ -177,7 +177,7 @@ base() {
|
||||||
}
|
}
|
||||||
|
|
||||||
profile() {
|
profile() {
|
||||||
for i in $(find ./etc/profile/ -type f|sort -r); do
|
for i in $(find ./etc/profile/ -type f|sort); do
|
||||||
profile+=("$(basename $i)")
|
profile+=("$(basename $i)")
|
||||||
done
|
done
|
||||||
if [ "${#profile[@]}" -gt "1" ]; then
|
if [ "${#profile[@]}" -gt "1" ]; then
|
||||||
|
|
Loading…
Reference in New Issue
Block a user