diff options
Diffstat (limited to 'docs/install')
-rw-r--r-- | docs/install/bbb_setup.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/install/bbb_setup.md b/docs/install/bbb_setup.md index 4517eb6c..56608d04 100644 --- a/docs/install/bbb_setup.md +++ b/docs/install/bbb_setup.md @@ -189,8 +189,8 @@ contents of this file with: #!/bin/sh -e ### BEGIN INIT INFO # Provides: led_aging.sh - # Required-Start: \$local_fs - # Required-Stop: \$local_fs + # Required-Start: $local_fs + # Required-Stop: $local_fs # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 # Short-Description: Start LED aging |