summaryrefslogtreecommitdiffstats
path: root/usr/local/bin/beep.sh
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local/bin/beep.sh')
-rwxr-xr-xusr/local/bin/beep.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/usr/local/bin/beep.sh b/usr/local/bin/beep.sh
index 6f4e477..eeefc55 100755
--- a/usr/local/bin/beep.sh
+++ b/usr/local/bin/beep.sh
@@ -1,5 +1,9 @@
#!/bin/sh
+if [ -f /etc/disable_beep ]; then
+ exit;
+fi
+
# Standard note length
NOTELENGTH="25"
OpenPOWER on IntegriCloud