Advertisement
zamotivator

Untitled

Jun 5th, 2013
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.27 KB | None | 0 0
  1.         echo $@
  2.         for hostname in $@; do
  3.         remote root "${password}" ${hostname} "cluster_prepare ${username} \\\"${password}\\\" ${db_user} \\\"${db_passwd}\\\" ${database} ${base_path} ${instance_count} ${no_watchdog} ${redundancy} ${chunk_segment_size} $@"
  4.         done;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement