Update plugin_compress.sh

pull/109/head
Mr Chen 6 years ago
parent 05e955e06e
commit adb751bce2
  1. 3
      scripts/plugin_compress.sh

@ -14,7 +14,8 @@ startTime=`date +%s`
PLUGIN_NAME='readme'
#echo $rootPath/plugins/$PLUGIN_NAME
cd $rootPath/plugins/$PLUGIN_NAME && zip $rootPath/plugins/$PLUGIN_NAME/readme_${startTime}.zip -r ./* > /tmp/t.log + 2>&1
mkdir -p $rootPath/scripts/tmp/$PLUGIN_NAME
cd $rootPath/plugins/$PLUGIN_NAME && zip $rootPath/scripts/tmp/$PLUGIN_NAME/readme_${startTime}.zip -r ./* > /tmp/t.log + 2>&1
endTime=`date +%s`
((outTime=($endTime-$startTime)/60))

Loading…
Cancel
Save