Browse Source

Chenge menu title

Matteo Zeccoli Marazzini 4 years ago
parent
commit
371d514163
1 changed files with 1 additions and 1 deletions
  1. 1 1
      vaporget

+ 1 - 1
vaporget

@@ -8,7 +8,7 @@ wget -qO- $WEBSITE 2>/dev/null \
 	      -e 's/">/\n/' \
 	      -e 's/&gt;<\/a>.*/\noff/' \
 	      -e 's/\/<\/a>.*/\noff/' \
-	| xargs -d '\n' dialog --title "Test" --checklist "Menu" 0 0 0 3>&1 1>&2 2>&3 3>&- \
+	| xargs -d '\n' dialog --title "VAPORGET" --checklist "Please, select an artist:" 0 0 0 3>&1 1>&2 2>&3 3>&- \
 	| sed -e 's/ /\n/g' -e '$a\' \
 	| sed -e 's,^,'"${WEBSITE}"',' \
 	| wget -i - --spider -r -l inf --no-parent --no-directories 2>&1 \