diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2022-02-07 20:34:31 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2022-02-07 20:34:31 +0100 |
commit | 6835eb02543a2a4e7051c6366cd4613315e87020 (patch) | |
tree | c9b6b0ae9c40b02ee957d37cdd709e9b74b23179 /debian/sane-utils.postinst | |
parent | 6d23092d5e4c815f67dd9f3d30d00c40f685e828 (diff) |
d/sane-utils.postinst: Fix syntax error
Diffstat (limited to 'debian/sane-utils.postinst')
-rw-r--r-- | debian/sane-utils.postinst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/sane-utils.postinst b/debian/sane-utils.postinst index cde28cf..4d8e9b1 100644 --- a/debian/sane-utils.postinst +++ b/debian/sane-utils.postinst @@ -62,7 +62,7 @@ if [ "$1" = "configure" ] || [ "$1" = "reconfigure" ]; then fi fi - if [ ! -d /var/lib/saned saned ] ; then + if [ ! -d /var/lib/saned ] ; then usermod -d /var/lib/saned saned fi |