summaryrefslogtreecommitdiffstats
path: root/config/hooks/sleep.chroot
diff options
context:
space:
mode:
authorLibravatarUnit 193 <unit193@ubuntu.com>2015-05-16 00:42:29 -0400
committerLibravatarUnit 193 <unit193@ubuntu.com>2015-05-16 00:42:29 -0400
commit00b967901c48b722a680c7f18d8d3a219a14bf3b (patch)
tree5db157b4a39fca301c1e5f218a905c383937f605 /config/hooks/sleep.chroot
Initial commit
Diffstat (limited to 'config/hooks/sleep.chroot')
-rwxr-xr-xconfig/hooks/sleep.chroot3
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