diff options
author | Thomas Voss <mail@thomasvoss.com> | 2022-12-22 17:24:35 +0100 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2022-12-22 17:24:35 +0100 |
commit | 908c924e768611242abe8f649b43e69a4c092d9c (patch) | |
tree | c2f8f98746c2d3298730b8e85021240a3b720939 | |
parent | 18f4dffbe83c987e9644c01dd2dd312dbfad02c1 (diff) |
-rwxr-xr-x | vidoas | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |