diff options
| author | 2015-05-16 00:42:29 -0400 | |
|---|---|---|
| committer | 2015-05-16 00:42:29 -0400 | |
| commit | 00b967901c48b722a680c7f18d8d3a219a14bf3b (patch) | |
| tree | 5db157b4a39fca301c1e5f218a905c383937f605 /config/hooks/sleep.chroot | |
Initial commit
Diffstat (limited to 'config/hooks/sleep.chroot')
| -rwxr-xr-x | config/hooks/sleep.chroot | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/hooks/sleep.chroot b/config/hooks/sleep.chroot new file mode 100755 index 0000000..f4c7b74 --- /dev/null +++ b/config/hooks/sleep.chroot @@ -0,0 +1,3 @@ +#!/bin/bash +# sleep for 30 between chroot and binary stages. Helps in WM's such as XFCE and LXDE. +sleep 30 |
