Unverified Commit cb8460cf authored by Igor Pečovnik's avatar Igor Pečovnik Committed by GitHub
Browse files

Remove debug code

parent bb459003
...@@ -1102,9 +1102,6 @@ function jobs () ...@@ -1102,9 +1102,6 @@ function jobs ()
[[ "${i[0]}" != "$BEFORE" ]] && LIST+=( "${i[0]//[[:blank:]]/}" "$DESC" ) [[ "${i[0]}" != "$BEFORE" ]] && LIST+=( "${i[0]//[[:blank:]]/}" "$DESC" )
done done
LIST_LENGHT=$(($LIST_CONST+${#LIST[@]}/2)); LIST_LENGHT=$(($LIST_CONST+${#LIST[@]}/2));
echo "$LIST_LENGHT $BEFORE"
read
if [ "$LIST_LENGHT" -le 3 ]; then if [ "$LIST_LENGHT" -le 3 ]; then
TARGET_MIRROR=${AVAL_MIRROR[0]} TARGET_MIRROR=${AVAL_MIRROR[0]}
dialog --backtitle "$BACKTITLE" --title "Please wait" --colors --msgbox "\nThere are no mirrors available!" 7 35 dialog --backtitle "$BACKTITLE" --title "Please wait" --colors --msgbox "\nThere are no mirrors available!" 7 35
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment