summaryrefslogtreecommitdiff
path: root/scripts/system
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/system')
-rwxr-xr-xscripts/system/vyatta_update_telnet2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/system/vyatta_update_telnet b/scripts/system/vyatta_update_telnet
index 07d6946f..f50eef79 100755
--- a/scripts/system/vyatta_update_telnet
+++ b/scripts/system/vyatta_update_telnet
@@ -69,7 +69,7 @@ case "$1" in
then echo "Missing port number";
usage
fi
- exec sudo /opt/vyatta/sbin/telnetd.init restart "$2"
+ exec sudo /opt/vyatta/sbin/telnetd.init restart $2 $3
;;
disable)