Skip to content

Commit

Permalink
Update bhlnk.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
buihien224 authored Dec 4, 2023
1 parent 54ae025 commit cfb23d2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions bhlnk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -123,10 +123,8 @@ fi
framework


if [ -f $dir/jar_temp/services.jar ] && [ -f $dir/jar_temp/framework.jar ]; then
if [ -f $dir/jar_temp/framework.jar ]; then
sudo cp -rf $dir/jar_temp/*.jar $dir/module/system/framework
final_dir="$dir/module/*"
#7za a -tzip "$dir/services_patched_$(date "+%d%m%y").zip" $final_dir
else
echo "Fail to create ZIP"
fi

0 comments on commit cfb23d2

Please sign in to comment.