6 lines
129 B
Bash
Executable File
6 lines
129 B
Bash
Executable File
#!/bin/bash
|
|
RUN_PATH=$(dirname "$(dirname "$0")")
|
|
#if [ -d "$RUN_PATH/etcdcerts" ] ; then
|
|
# rm -rf "$RUN_PATH/etcdcerts"
|
|
#fi
|