aboutsummaryrefslogtreecommitdiff
path: root/scripts/send_and_run.tcl
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2018-03-16 19:14:29 +0100
committerIsmaël Bouya <ismael.bouya@normalesup.org>2018-03-16 20:13:46 +0100
commit69da835d04e741f4e85da3c473ba86c8801931fd (patch)
tree0cfb28cfd468a5b681f2b5af2b935c81d2221950 /scripts/send_and_run.tcl
parentc15f2234474ff8a8266e26856702b3c561050667 (diff)
downloadPuppet-69da835d04e741f4e85da3c473ba86c8801931fd.tar.gz
Puppet-69da835d04e741f4e85da3c473ba86c8801931fd.tar.zst
Puppet-69da835d04e741f4e85da3c473ba86c8801931fd.zip
Merge install scripts
Diffstat (limited to 'scripts/send_and_run.tcl')
-rwxr-xr-xscripts/send_and_run.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/send_and_run.tcl b/scripts/send_and_run.tcl
index a087a2d..42fae62 100755
--- a/scripts/send_and_run.tcl
+++ b/scripts/send_and_run.tcl
@@ -6,7 +6,7 @@ set environment [lindex $argv 3]
6set script [lindex $argv 4] 6set script [lindex $argv 4]
7set files [lrange $argv 4 end] 7set files [lrange $argv 4 end]
8 8
9if {$password == ""} { 9if {$password == "x"} {
10 set ask_password 0 10 set ask_password 0
11} else { 11} else {
12 set ask_password 1 12 set ask_password 1