* Fixed cgi-bin/Makefile typo

Signed-off-by: Digimer <digimer@alteeve.ca>
main
Digimer 4 years ago
parent b90b18f151
commit f3bbec53ef
  1. 16
      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

Loading…
Cancel
Save