Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emulab
emulab-stable
Commits
5377df38
Commit
5377df38
authored
Aug 09, 2013
by
Leigh B Stoller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Pass -w option to newnode ...
parent
d7a3790c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
www/newnodes_list.php3
www/newnodes_list.php3
+2
-2
No files found.
www/newnodes_list.php3
View file @
5377df38
<?PHP
#
# Copyright (c) 2003-201
2
University of Utah and the Flux Group.
# Copyright (c) 2003-201
3
University of Utah and the Flux Group.
#
# {{{EMULAB-LICENSE
#
...
...
@@ -155,7 +155,7 @@ if (isset($create)) {
echo
"<h3>Creating nodes - this could take a while, please wait</h3>
\n
"
;
echo
"<hr>
\n
"
;
echo
"<pre>
\n
"
;
passthru
(
"
$TBSUEXEC_PATH
$uid
$gid
webnewnode
$option
$nodelist
2>&1"
);
passthru
(
"
$TBSUEXEC_PATH
$uid
$gid
webnewnode
$option
-w
$nodelist
2>&1"
);
echo
"</pre>
\n
"
;
echo
"<hr>
\n
"
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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