|
@@ -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'
|