summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2022-12-22 17:24:35 +0100
committerThomas Voss <mail@thomasvoss.com> 2022-12-22 17:24:35 +0100
commit908c924e768611242abe8f649b43e69a4c092d9c (patch)
treec2f8f98746c2d3298730b8e85021240a3b720939
parent18f4dffbe83c987e9644c01dd2dd312dbfad02c1 (diff)
Use .lock as the lockfile extensionHEADmaster
-rwxr-xr-xvidoas2
1 files changed, 1 insertions, 1 deletions
diff --git a/vidoas b/vidoas
index ac12728..98dced8 100755
--- a/vidoas
+++ b/vidoas
@@ -87,7 +87,7 @@ esac
doas_conf_dir="$(dirname "$DOAS_CONF")"
doas_conf_base="$(basename "$DOAS_CONF")"
DOAS_CONF="$doas_conf_dir/$doas_conf_base"
-doas_lock_file="$DOAS_CONF.lck"
+doas_lock_file="$DOAS_CONF.lock"
# These checks are only for producing nicer diagnostic messages to the
# user. They are not relied on by the rest of the code.