blob: 975dd418f79c1717d8218ad5e67da4a13ad0e3e6 (
plain)
1
2
3
4
5
6
7
|
post_upgrade() {
echo '--------------------------------------------------'
echo 'Config file is located at /etc/ddns-go/ddns-go.yaml, instead of /etc/ddns-go.yaml.'
echo 'Consider edit the config file manually to reuse old tokens:'
echo 'sudo mkdir /etc/ddns-go && sudo mv /etc/ddns-go.yaml /etc/ddns-go/ && sudo chmod 700 /etc/ddns-go'
echo '--------------------------------------------------'
}
|