From 989ac4f537733a9770c7483c45e19e18f7f2906e Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Sat, 9 Nov 2019 13:57:57 -0500 Subject: Makefile: Add prd-uninstall. --- Makefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Makefile b/Makefile index cfd47cb..4da0c18 100644 --- a/Makefile +++ b/Makefile @@ -79,6 +79,12 @@ prd-initdb: .PHONY: prd-initdb +prd-uninstall: + ssh root@${PRD_HOST} \\". ${VENV_DIR}-prd/bin/activate \ + && pip uninstall nfsw \\" +.PHONY: prd-install + + rcd: scp ${RC_D} root@${PRD_HOST}:/${RC_D} ssh root@${PRD_HOST} chmod 555 /${RC_D} -- cgit v1.2.3