From f3bbec53ef968f92f0d0ec6e3de16439b4295b9f Mon Sep 17 00:00:00 2001 From: Digimer Date: Mon, 22 Mar 2021 17:03:01 -0400 Subject: [PATCH] * Fixed cgi-bin/Makefile typo Signed-off-by: Digimer --- cgi-bin/Makefile.am | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/cgi-bin/Makefile.am b/cgi-bin/Makefile.am index a2b72735..306463f0 100644 --- a/cgi-bin/Makefile.am +++ b/cgi-bin/Makefile.am @@ -1,17 +1,17 @@ -MAINTAINERCLEANFILES = Makefile.in +MAINTAINERCLEANFILES = Makefile.in -cgibindir = $(localstatedir)/www/cgi-bin -dist_cgibin_SCRIPTS = \ +cgibindir = $(localstatedir)/www/cgi-bin +dist_cgibin_SCRIPTS = \ cold_stop \ - get_anvil_status \ - get_anvils \ + get_anvil_status \ + get_anvils \ get_cpu \ get_memory \ - get_replicated_storage + get_replicated_storage \ get_shared_storage \ get_status \ set_membership \ set_power \ - striker \ - upload.pl + striker \ + upload.pl