diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/convert_latest.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/convert_latest.sh b/scripts/convert_latest.sh index 3f03f30..8e9bd42 100755 --- a/scripts/convert_latest.sh +++ b/scripts/convert_latest.sh @@ -50,4 +50,4 @@ echo "" > $OUTDIR/uploaded echo "Cleaning up..." read rm $RESIZED_URL -Rm $LOCAL_URL +rm $LOCAL_URL |