Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
powder-vpn
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
David Johnson
powder-vpn
Commits
82331f52
Commit
82331f52
authored
Aug 24, 2018
by
David Johnson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Missed a final escape in last commit.
parent
bffccb57
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
bin/setup-vpn.sh
bin/setup-vpn.sh
+1
-1
No files found.
bin/setup-vpn.sh
View file @
82331f52
...
...
@@ -268,7 +268,7 @@ EOF
VNODES=
\`
/usr/local/etc/emulab/tmcc vnodelist | sed -nre 's/^VNODEID=(pcvm[0-9]*-[0-9]*) .*
$/
\1
/p' | xargs
\`
for vnode in
\$
VNODES ; do
VTAG=
\`
/usr/local/etc/emulab/tmcc -n
$vnode
ifconfig | sed -nre 's/^.* LAN=
$agglan
.*VTAG=([0-9]*).*
$/
\1
/p'
\`
VTAG=
\`
/usr/local/etc/emulab/tmcc -n
\
$
vnode ifconfig | sed -nre 's/^.* LAN=
$agglan
.*VTAG=([0-9]*).*
$/
\1
/p'
\`
if [ -n "
\$
VTAG" ]; then
break;
fi
...
...
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