add more space to setup.sh
This commit is contained in:
parent
b99106ecb0
commit
3884cbe0e7
1 changed files with 2 additions and 0 deletions
2
setup.sh
2
setup.sh
|
@ -7,6 +7,8 @@ if [ ! -w "$dst" ]; then
|
|||
fi
|
||||
wget -P "$dst" "$baseURL/certrenew.service" "$baseURL/certrenew.timer" "$baseURL/certrenew.target" "$baseURL/certrenew.path"
|
||||
cat <<EOF
|
||||
|
||||
|
||||
Next step:
|
||||
(1) edit $dst/certrenew.service
|
||||
(2) $ sudo systemctl enable certrenew.service certrenew.timer certrenew.path
|
||||
|
|
Loading…
Reference in a new issue