8 lines
125 B
Bash
Executable File
8 lines
125 B
Bash
Executable File
#!/bin/bash -e
|
|
SDIR=$(cd "$(dirname "$0")" ; pwd -P)
|
|
T=$SDIR/../step
|
|
|
|
STEP=0
|
|
source $T/ensureRootUser
|
|
source $T/renewCertbot
|