Removed args debugging line
This commit is contained in:
parent
654f6faf05
commit
f150b11a7b
1 changed files with 1 additions and 1 deletions
|
@ -2,5 +2,5 @@
|
|||
|
||||
# 'Recovery' script that doesn't. This script is to be used for drivers that
|
||||
# should not be restarted. Instead, the scripts configures the driver 'down'.
|
||||
echo "Arguments: $@" >/dev/console
|
||||
#echo "Arguments: $@" >/dev/console
|
||||
service down "$1"
|
||||
|
|
Loading…
Reference in a new issue