Skip to content
Snippets Groups Projects
Commit 4153a13f authored by Nathan Rutman's avatar Nathan Rutman
Browse files

b=12499

escaped quotes was wrong
parent db8357c6
No related branches found
No related tags found
No related merge requests found
...@@ -810,7 +810,7 @@ debugsave() { ...@@ -810,7 +810,7 @@ debugsave() {
} }
debugrestore() { debugrestore() {
[ -n "$DEBUGSAVE" ] && sysctl -w lnet.debug=\"$DEBUGSAVE\" [ -n "$DEBUGSAVE" ] && sysctl -w lnet.debug="${DEBUGSAVE}"
DEBUGSAVE="" DEBUGSAVE=""
} }
......
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