From 3954a9445f78daafbfaa57ba9ed57b1f34614ca1 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Mon, 29 Feb 2016 18:40:36 +0100 Subject: [PATCH] Fix crontab template syntaxe --- root/etc/e-smith/templates/etc/crontab/ExpireAccounts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root/etc/e-smith/templates/etc/crontab/ExpireAccounts b/root/etc/e-smith/templates/etc/crontab/ExpireAccounts index 1cc115c..92d8762 100644 --- a/root/etc/e-smith/templates/etc/crontab/ExpireAccounts +++ b/root/etc/e-smith/templates/etc/crontab/ExpireAccounts @@ -1,5 +1,5 @@ { - if (($ExpireAccounts{'status'} || 'disabled) ne 'enabled'){ + if (($ExpireAccounts{'status'} || 'disabled') ne 'enabled'){ $OUT .= "# Account expiration is disabled\n"; } else{