Răsfoiți Sursa

fixed shitty syntax

lrob 10 ani în urmă
părinte
comite
52b9e0dfe3
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      functions/command_fastdl.sh

+ 1 - 1
functions/command_fastdl.sh

@@ -110,7 +110,7 @@ if [ ${bzip2installed} == 1 ]; then
 		read -p "Enable file compression using bzip2? [Y/n]" Yn
 		case $yn in
 		[Yy]* ) bzip2enable="on"; fn_scriptlog "bzip2 enabled"; fn_printok "bzip2 Enabled"; break;;
-		[Nn]* ) bzip2enable="off"; fn_scriptlog "bzip2 disabled"; fn_printok "bzip2 Disabled;" break;;
+		[Nn]* ) bzip2enable="off"; fn_scriptlog "bzip2 disabled"; fn_printok "bzip2 Disabled"; break;;
 		* ) echo "Please answer yes or no.";;
 		esac
 	done