Daniel Gibbs 9 лет назад
Родитель
Сommit
06825f1e9c
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      lgsm/functions/core_messages.sh

+ 1 - 1
lgsm/functions/core_messages.sh

@@ -275,7 +275,7 @@ fn_prompt_yn(){
   local initial="$2"
   local initial="$2"
 
 
   if [ "${initial}" == "Y" ]; then
   if [ "${initial}" == "Y" ]; then
-    prompt+=" [Y/n]  "
+    prompt+=" [Y/n] "
   elif [ "${initial}" == "N" ]; then
   elif [ "${initial}" == "N" ]; then
     prompt+=" [y/N] "
     prompt+=" [y/N] "
   else
   else