bugfix
This commit is contained in:
parent
b067277945
commit
0c6722cdb1
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user