Use bash to run /tools/deploy/copy.sh (#1983)

This commit is contained in:
Hollow Man
2024-05-24 04:44:06 +03:00
committed by GitHub
parent ccf56f2ccc
commit d66ce5ddb3

View File

@ -75,7 +75,7 @@ function variables_prepare {
function copy_sh { function copy_sh {
if [[ -f copy.sh ]] if [[ -f copy.sh ]]
then then
sh copy.sh $BUILD_PATH bash copy.sh $BUILD_PATH
else else
echo 'can not find copy.sh' echo 'can not find copy.sh'
fi fi