diff options
Diffstat (limited to 'install/sleep')
-rw-r--r-- | install/sleep | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install/sleep b/install/sleep index b81e1ca..c2bdcab 100644 --- a/install/sleep +++ b/install/sleep @@ -1,7 +1,7 @@ #!/bin/bash build() { - SCRIPT="sleep" + add_runscript } help() { |