Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
833b960d
Commit
833b960d
authored
Mar 29, 2005
by
Leigh B. Stoller
Browse files
Another small patch for a shell quoting problem.
parent
b48d9123
Changes
1
Hide whitespace changes
Inline
Side-by-side
install/boss-install.in
View file @
833b960d
...
...
@@ -2,7 +2,7 @@
#
# EMULAB-COPYRIGHT
# Copyright (c) 2003, 2004 University of Utah and the Flux Group.
# Copyright (c) 2003, 2004
, 2005
University of Utah and the Flux Group.
# All rights reserved.
#
...
...
@@ -786,8 +786,8 @@ Phase "sslcerts", "Setting up SSL certificates", sub {
ExecQuietFatal
("
$SCP
$TOP_OBJDIR
/ssl/
$CTRLNODE_PEM
"
.
"
${USERNODE}
:
${ETC_EMULAB_DIR}
/
${CLIENT_PEM}
");
ExecQuietFatal
("
$SSH
-o 'BatchMode=yes' root
\@
${USERNODE}
"
.
"
chmod 640
${ETC_EMULAB_DIR}
/
${CLIENT_PEM}
;
"
.
"
chmod 640
${ETC_EMULAB_DIR}
/
${EMULAB_PEM}
");
"
'
chmod 640
${ETC_EMULAB_DIR}
/
${CLIENT_PEM}
;
"
.
"
chmod 640
${ETC_EMULAB_DIR}
/
${EMULAB_PEM}
'
");
};
Phase
"
apache
",
"
Setting up Apache
",
sub
{
Phase
"
cert
",
"
Installing Apache SSL certificate
",
sub
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment