bugs in av funcs

This commit is contained in:
Ville Rantanen
2021-11-04 15:42:08 +02:00
parent d2dd93d506
commit 69538eb628
2 changed files with 7 additions and 5 deletions

View File

@@ -75,6 +75,12 @@ for (( i=1; i<=$#; i++ )); do
done done
if [[ $delay -gt 0 ]]; then
echo Waiting.. for $delay seconds
sleep $delay
fi
if [[ $new_shell -eq 0 ]]; then if [[ $new_shell -eq 0 ]]; then
if [[ $interact -eq 1 ]]; then if [[ $interact -eq 1 ]]; then
@@ -96,11 +102,6 @@ else
fi fi
if [[ $delay -gt 0 ]]; then
echo Waiting.. for $delay seconds
sleep $delay
fi
echo Grabbing: $filename ${size}+$pos echo Grabbing: $filename ${size}+$pos

View File

@@ -186,6 +186,7 @@ while true; do
title Command title Command
echo "# $command" echo "# $command"
echo "" echo ""
lastchoice=EXECUTE
get_choice EXECUTE resize compression audio get_choice EXECUTE resize compression audio
fi fi