Fixing bug
This commit is contained in:
parent
76b72f0083
commit
bbc764325b
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ done
|
|||
fi
|
||||
|
||||
echo "Installing side packages"
|
||||
for file in programs/others/**/*.sh
|
||||
for file in $(find programs/others/ -name '*.sh')
|
||||
do
|
||||
bash ${file}
|
||||
done
|
||||
|
|
Loading…
Add table
Reference in a new issue