From b9652b2aee4d2f48cb94ceca23c1dd3d1eacb095 Mon Sep 17 00:00:00 2001 From: Benedikt Heine Date: Thu, 19 Oct 2017 11:30:44 +0200 Subject: [PATCH] [lockscreen] Do not exit 0 unconditionally --- i3/lockscreen.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/i3/lockscreen.sh b/i3/lockscreen.sh index 0c9d3f6..ef9a209 100755 --- a/i3/lockscreen.sh +++ b/i3/lockscreen.sh @@ -98,5 +98,3 @@ while getopts ":hdfln" opt; do ;; esac done - -exit 0