From b4f48384b7f55dece83e465339e279f10210bb62 Mon Sep 17 00:00:00 2001 From: Andrew Ruthven Date: Sat, 12 Jan 2019 01:04:58 +1300 Subject: [PATCH] Fix syntax --- debian/postinst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/postinst b/debian/postinst index 858f16e..2ae2bc9 100644 --- a/debian/postinst +++ b/debian/postinst @@ -37,7 +37,7 @@ case "$1" in fi # Support the old variable name. - if [ "x$ARGS != "x" ] + if [ "x$ARGS" != "x" ] then UPDATE_MOTD_ARGS=$ARGS fi -- 2.30.2