aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rwxr-xr-xaataaj.lua2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index db0b321..47d1ba7 100644
--- a/README.md
+++ b/README.md
@@ -24,7 +24,7 @@ The packages you need installed are -
24You need to have the snd-aloop kernel module loaded. 24You need to have the snd-aloop kernel module loaded.
25 25
26The aataaj.lua script should be run at boot time, put it into 26The aataaj.lua script should be run at boot time, put it into
27/etc/boot.d/ and activate it with - 27/etc/init.d/ and activate it with -
28 28
29update-rc.d aataaj.lua defaults 29update-rc.d aataaj.lua defaults
30 30
diff --git a/aataaj.lua b/aataaj.lua
index 9153fee..6315982 100755
--- a/aataaj.lua
+++ b/aataaj.lua
@@ -41,7 +41,7 @@ The packages you need installed are -
41You need to have the snd-aloop kernel module loaded. 41You need to have the snd-aloop kernel module loaded.
42 42
43The aataaj.lua script should be run at boot time, put it into 43The aataaj.lua script should be run at boot time, put it into
44/etc/boot.d/ and activate it with - 44/etc/init.d/ and activate it with -
45 45
46update-rc.d aataaj.lua defaults 46update-rc.d aataaj.lua defaults
47 47