Browse Source

Display info even when prompting is disable

Jovian (Netbook) 6 năm trước cách đây
mục cha
commit
518a9d9afd
1 tập tin đã thay đổi với 5 bổ sung4 xóa
  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'