summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/disconnect/interface/node.tag/node.def2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/disconnect/interface/node.tag/node.def b/templates/disconnect/interface/node.tag/node.def
index 85233ec..a3b3cf3 100644
--- a/templates/disconnect/interface/node.tag/node.def
+++ b/templates/disconnect/interface/node.tag/node.def
@@ -22,7 +22,7 @@ run:
if [ -n "$PON_PIDS" ]; then
echo "killing pon pids: $PON_PIDS"
for PID in $PON_PIDS ; do
- kill -HUP $PID
+ sudo kill -HUP $PID
done
fi
fi