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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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