From 87a896842b250a540a31f9c40720c2aa79c8f013 Mon Sep 17 00:00:00 2001 From: Mason James Date: Wed, 12 Oct 2022 20:24:13 +1300 Subject: [PATCH] Bug 31729: Enable automatic filesystem refresh in Plack (3) Content-Type: text/plain; charset="utf-8" fix 'elif' typo --- debian/scripts/koha-watcher | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/scripts/koha-watcher b/debian/scripts/koha-watcher index e68de6e26e..eac53a0517 100755 --- a/debian/scripts/koha-watcher +++ b/debian/scripts/koha-watcher @@ -49,7 +49,7 @@ done if [ -z $dir ]; then echo "Error: you must provide a directory name" exit -elsif [ -z $instance ]; then +elif [ -z $instance ]; then echo "Error: you must provide an instance name" exit fi -- 2.20.1