We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 189fde9 commit 284c47dCopy full SHA for 284c47d
scripts/run/ddns-watchdog-client-startup-script.bat
@@ -4,7 +4,7 @@ title=ddns-watchdog-client-startup-script
4
color 3f
5
6
SET conf=.\conf
7
-if not exist %conf% (call ddns-watchdog-client.exe -i 0123) else goto start
+if not exist %conf% (call ddns-watchdog-client.exe -i 01234) else goto start
8
echo ddns-watchdog-client has initialized
9
echo Please change .\conf\client.json
10
echo.
0 commit comments