Procházet zdrojové kódy

Display info even when prompting is disable

Jovian (Netbook) před 6 roky
rodič
revize
518a9d9afd
1 změnil soubory, kde provedl 5 přidání a 4 odebrání
  1. 5 4
      Useful/inst

+ 5 - 4
Useful/inst

@@ -56,12 +56,13 @@ then
 fi
 
 # Prompt before installation
+inst_out 'Ready for installation'
+inst_out "script : $script"
+inst_out "user : $user"
+inst_out "target : $target"
+
 if [ $prompting = 'enable' ]
 then
-	inst_out 'Ready for installation'
-	inst_out "script : $script"
-	inst_out "user : $user"
-	inst_out "target : $target"
 	read -p 'Confirm installation ? [Y/n] > ' choice
 else
 	choice='Y'