provisioning-code/generators/generate/default/bin/on_deploy_remove

6 lines
127 B
Text
Raw Normal View History

#!/bin/bash
RUN_PATH=$(dirname "$(dirname "$0")")
#if [ -d "$RUN_PATH/etcdcerts" ] ; then
# rm -rf "$RUN_PATH/etcdcerts"
#fi