Skip to content

Commit 284c47d

Browse files
committed
feat: script support init 4(huaweicloud)
1 parent 189fde9 commit 284c47d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/run/ddns-watchdog-client-startup-script.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title=ddns-watchdog-client-startup-script
44
color 3f
55

66
SET conf=.\conf
7-
if not exist %conf% (call ddns-watchdog-client.exe -i 0123) else goto start
7+
if not exist %conf% (call ddns-watchdog-client.exe -i 01234) else goto start
88
echo ddns-watchdog-client has initialized
99
echo Please change .\conf\client.json
1010
echo.

0 commit comments

Comments
 (0)