summarylogtreecommitdiffstats
path: root/ddns-go.install
diff options
context:
space:
mode:
Diffstat (limited to 'ddns-go.install')
-rw-r--r--ddns-go.install3
1 files changed, 2 insertions, 1 deletions
diff --git a/ddns-go.install b/ddns-go.install
index 8ed3c720668b..975dd418f79c 100644
--- a/ddns-go.install
+++ b/ddns-go.install
@@ -1,6 +1,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 '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 '--------------------------------------------------'
}