From 8b59d487699ed2cc553b4a39cfa4e03ae1a819d8 Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Thu, 9 Nov 2017 17:26:04 -0500 Subject: [PATCH] added pseudocode --- scripts/site_avenger/teardown.sh | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/scripts/site_avenger/teardown.sh b/scripts/site_avenger/teardown.sh index c992c4fa..b72aa8e0 100644 --- a/scripts/site_avenger/teardown.sh +++ b/scripts/site_avenger/teardown.sh @@ -1,5 +1,12 @@ #!/bin/bash -# not implemented yet. +echo "sorry--this script is not implemented yet." + +# need the inverse of add_domain and add_apache_site. +# can use the same machinery as standup, just need to invoke these two new removal methods. + +# the decommissioning of the app is a question though. we don't want to delete it, i'm pretty sure. +# so how about that part is to do nothing? + -- 2.34.1