bug fix (Wed Mar 15 19:37:21 CST 2023)

This commit is contained in:
xiongdian.me 2023-03-15 19:37:21 +08:00
parent 4fe8321504
commit 2df87ce1a8

View File

@ -26,7 +26,7 @@ doll
dfs cd
tools/test-getopts.sh
tools/common.sh get_os_name
DFS_DDNS_IP4=api DFS_DDNS_IP6=api tools/frigg-client.sh ddns
DFS_DDNS_IP4=https://api.ipify.org DFS_DDNS_IP6=auto tools/frigg-client.sh ddns
test $(echo y | tools/common.sh ask_for_yN "test") = "1"
test $(echo n | tools/common.sh ask_for_yN "test") = "0"
test $(echo | tools/common.sh ask_for_yN "test") = "0"