This commit is contained in:
zhangkun9038@dingtalk.com 2023-03-01 22:38:35 +08:00
parent f3c6a91fe8
commit 52fd8540e4

View File

@ -44,7 +44,7 @@ function extractHere() {
rm $fileName -f | true
rm $projectName -rf | true
cp $workPath/$fileName .
unzip -q $fileName
unzip -oq $fileName
mv dist $projectName
echo "user: $user"
chgrp $user $projectName -R