aboutsummaryrefslogtreecommitdiffstats
path: root/bin/xorg_autolock
diff options
context:
space:
mode:
Diffstat (limited to 'bin/xorg_autolock')
-rwxr-xr-xbin/xorg_autolock2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/xorg_autolock b/bin/xorg_autolock
index 5f7199a..f30ae3e 100755
--- a/bin/xorg_autolock
+++ b/bin/xorg_autolock
@@ -6,7 +6,7 @@ lock=${XDG_RUNTIME_DIR}/xorg_autolock.lock
lock_block=${XDG_RUNTIME_DIR}/xorg_autolock_block
lockafter=600000
-rm ${lock} ${lock_block}
+rm -f ${lock} ${lock_block}
while [ 1 ]; do
if [ ! -f ${lock} -a ! -f ${lock_block} ];then