Skip to content
Snippets Groups Projects
Commit 104b663a authored by micah's avatar micah :speech_balloon:
Browse files

r239@um: micah | 2005-12-27 14:52:42 -0500

 I think the first three items are required, not the last 3 :)
parent cb339252
No related branches found
No related tags found
No related merge requests found
......@@ -99,7 +99,7 @@ do_dup_dest() {
set -o noglob
REPLY=
while [ -z "$REPLY" -o -z "$dup_destdir" -o -z "$dup_desthost" -o -z "$dup_destuser" ]; do
formBegin "$dup_title - destination: last three items are compulsory"
formBegin "$dup_title - destination: first three items are compulsory"
formItem "desthost" "$dup_desthost"
formItem "destuser" "$dup_destuser"
formItem "destdir" "$dup_destdir"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment