diff options
author | Suleyman Farajli <suleyman@farajli.net> | 2024-07-24 18:45:36 +0400 |
---|---|---|
committer | Suleyman Farajli <suleyman@farajli.net> | 2024-07-24 18:45:36 +0400 |
commit | a938f6f629df25ac3c3f2a974b28e6a4e14a3755 (patch) | |
tree | ff8e21bf62d5f447b8eb0be9ed211deedc858050 | |
parent | 587b3d126a16def5a58df53359be8bf97dd58b01 (diff) |
bug fix in setwp
-rwxr-xr-x | scripts/setwp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/setwp b/scripts/setwp index 86bfb9b..24994d8 100755 --- a/scripts/setwp +++ b/scripts/setwp @@ -29,7 +29,7 @@ while getopts "hcd:" option; do ;; c) xwallpaper --clear > /dev/null 2>&1 \ - err "Couldn't clear wallpaper" + || err "Couldn't clear wallpaper" exit 0 ;; d) buf="${OPTARG}" ;; |