summarylogtreecommitdiffstats
path: root/duckdns.install
blob: 9371a19c1525f1be7ab1d56f0be94a5079e57159 (plain)
1
2
3
4
5
6
post_install() {
        echo "Please edit /etc/duckdns.d/default.cfg, and change your token and server"
}
post_upgrade() {
        echo "Please edit /etc/duckdns.d/default.cfg,and change your token and server"
}