adds needed sudo to nginx module uninstall
This commit is contained in:
+1
-1
@@ -23,7 +23,7 @@ endef
|
|||||||
define uninstall_nginx_module_rule =
|
define uninstall_nginx_module_rule =
|
||||||
.PHONY: uninstall_nginx_$(module)
|
.PHONY: uninstall_nginx_$(module)
|
||||||
uninstall_nginx_$(module):
|
uninstall_nginx_$(module):
|
||||||
$(if $(SUBDOMAIN_$(module)),rm -f /etc/nginx/http.d/$(SUBDOMAIN_$(module)).joeac.net.conf)
|
$(if $(SUBDOMAIN_$(module)),sudo rm -f /etc/nginx/http.d/$(SUBDOMAIN_$(module)).joeac.net.conf)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define remove_nginx_site_rule =
|
define remove_nginx_site_rule =
|
||||||
|
|||||||
Reference in New Issue
Block a user