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 {
if [[ -f copy.sh ]]
then
sh copy.sh $BUILD_PATH
bash copy.sh $BUILD_PATH
else
echo 'can not find copy.sh'
fi