This commit is contained in:
ray 2021-05-31 12:35:05 +01:00
parent 153051a809
commit 094702e334
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
_lockfile="$HOME/.cache/border_flash_lock"
if [ -f $_lockfile ] ; then
rm "$_lockfile"