Skip to content

Commit

Permalink
awesomeshot - fix removed photo
Browse files Browse the repository at this point in the history
  • Loading branch information
nihsx committed Feb 20, 2022
1 parent d7818a3 commit 1e2a59d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions awesomeshot
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,7 @@ function convertToPng() {

convert ${file_name} "${file_name%.*}.png"
rm ${file_name}
termux-media-scan ${file_name} &> /dev/null
file_name=${file_name%.*}.png
check
fi
Expand Down

0 comments on commit 1e2a59d

Please sign in to comment.