This commit is contained in:
Michael H.G. Schmidt 2024-02-24 16:55:19 +01:00
parent b067277945
commit 0c6722cdb1

View File

@ -77,6 +77,10 @@ for %%P in (drivers scripts source optional personal apps custom) do (
)
)
echo.
echo deleting ftpsettings.cmd ...
del /F /Q %DRIVE%\tools\custom\ftpsettings.cmd
echo.
echo copying autoconfig starter script to %DRIVE% ...
copy /Y image\StartAutoConfig.cmd %DRIVE%\
@ -106,10 +110,6 @@ if EXIST %DRIVE%\tools\%SNAPCONTROL_INI% (
tools\searchreplace %DRIVE%\tools\%SNAPCONTROL_INI% "^.*MAILPASS.*=.*" "MailPass = DELETED"
)
echo.
echo deleting ftpsettings.cmd ...
del /F /Q %DRIVE%\tools\custom\ftpsettings.cmd
echo.
echo ======
echo READY.