Skip to content
Snippets Groups Projects
Select Git revision
  • bc0a26c9c25b134c7c09ace6dc646fd0e6aa3c52
  • master default protected
  • eol-script
  • simple-task/7248-eol-check-add-node-22
  • 6877_check_iml_deployment
5 results

check_systemdservices.cfg

Blame
  • gen__htusers.bat 250 B
    @echo off
    
    set outfile=%~dp0.htusers
    
    if not exist %outfile% echo.>%outfile%
    C:\xampp\apache\bin\htpasswd.exe -b %outfile% iml deployment
    C:\xampp\apache\bin\htpasswd.exe -b %outfile% admin deployment
    echo %outfile%
    type %outfile%
    timeout 20