summaryrefslogtreecommitdiffstats
path: root/network/dropbear/rc.dropbear.new
diff options
context:
space:
mode:
Diffstat (limited to 'network/dropbear/rc.dropbear.new')
-rw-r--r--network/dropbear/rc.dropbear.new2
1 files changed, 1 insertions, 1 deletions
diff --git a/network/dropbear/rc.dropbear.new b/network/dropbear/rc.dropbear.new
index 81f92e266f..3135486afe 100644
--- a/network/dropbear/rc.dropbear.new
+++ b/network/dropbear/rc.dropbear.new
@@ -24,7 +24,7 @@ dropbear_restart() {
echo " 'rc.dropbear restart' without being cut off. If dropbear has been "
echo " upgraded, new connections will now use the new version, which should "
echo " be a safe enough approach."
- kill `cat /var/run/dropbear.pid`
+ kill $(cat /var/run/dropbear.pid)
else
echo "WARNING: There does not appear to be a parent instance of dropbear running."
echo " If you really want to kill all running instances of dropbear "