Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
emulab-devel
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
111
Issues
111
List
Boards
Labels
Milestones
Merge Requests
4
Merge Requests
4
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
emulab
emulab-devel
Commits
93f66786
Commit
93f66786
authored
Oct 31, 2011
by
Leigh Stoller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor bug fix to geni_startup file naming.
parent
6e2f6b83
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
protogeni/lib/GeniCM.pm.in
protogeni/lib/GeniCM.pm.in
+2
-1
No files found.
protogeni/lib/GeniCM.pm.in
View file @
93f66786
...
...
@@ -1150,7 +1150,8 @@ sub GetTicketAuxAux($$$$$$$$$)
}
elsif (my @services = GeniXML::GetServices($ref)) {
my $count = 0;
my $startfile = $slice_experiment->UserDir() . "/geni_startup";
my $startfile = $slice_experiment->UserDir() .
"/geni_startup." . $node_nickname;
$nodeblob->{'
startupcmd
'} = $startfile;
if (!open(STARTUP, ">$startfile")) {
...
...
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