diff options
author | Alyssa Rosenzweig <alyssa@rosenzweig.io> | 2017-03-17 23:50:52 -0700 |
---|---|---|
committer | Alyssa Rosenzweig <alyssa@rosenzweig.io> | 2017-03-17 23:50:52 -0700 |
commit | dd3a800d82e0b9a4f1a785d61fd17fa202cb0e2c (patch) | |
tree | 091cb7de98272ff37354fb4ebcd5a47b9e7180a1 /docs/install | |
parent | 14ac959780ab3dc09559a17d4c12b7fd3705be6f (diff) | |
download | librebootfr-dd3a800d82e0b9a4f1a785d61fd17fa202cb0e2c.tar.gz librebootfr-dd3a800d82e0b9a4f1a785d61fd17fa202cb0e2c.zip |
I can escape good
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 |