Skip to content

Commit

Permalink
remove -o
Browse files Browse the repository at this point in the history
  • Loading branch information
myin142 committed Oct 17, 2024
1 parent 96a8dca commit 230402b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unpack.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ for file in $ASSET_FOLDER/*; do

filename=$(basename "$file")
filename="${filename%.*}"
unzip -o -P "$password" -d "$OUTPUT_FOLDER/$filename" $file
unzip -P "$password" -d "$OUTPUT_FOLDER/$filename" $file
fi
done

0 comments on commit 230402b

Please sign in to comment.