diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/autostart | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/bin/autostart b/bin/autostart index 8280ce3..b74cc0d 100755 --- a/bin/autostart +++ b/bin/autostart @@ -1,8 +1,5 @@ #!/bin/bash -xset -dpms -xset s 3600 3600 -xset s off -# make RT check and don't start! +# make realtime specific check KERNEL_NAME=$(uname -r) if [[ "$KERNEL_NAME" != *rt* ]]; then dropbox start & |