mirror of
https://github.com/10h30/ols-docker-env.git
synced 2026-05-12 15:21:24 +09:00
4 lines
241 B
Bash
Executable File
4 lines
241 B
Bash
Executable File
#!/usr/bin/env bash
|
|
docker-compose exec litespeed su -s /bin/bash lsadm -c \
|
|
'echo "admin:$(/usr/local/lsws/admin/fcgi-bin/admin_php* -q $/usr/local/lsws/admin/misc/htpasswd.php '${1}')" > /usr/local/lsws/admin/conf/htpasswd';
|
|
|