diff options
-rw-r--r-- | templates/default/apcupsd.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/default/apcupsd.erb b/templates/default/apcupsd.erb index 9ec05c8..9c57c71 100644 --- a/templates/default/apcupsd.erb +++ b/templates/default/apcupsd.erb @@ -2,4 +2,4 @@ # Apcupsd-devel internal configuration APCACCESS=/sbin/apcaccess -ISCONFIGURED=<%= ups_configured %> +ISCONFIGURED=<%= @ups_configured %> |