mirror of
https://github.com/10h30/ols-docker-env.git
synced 2026-05-12 15:21:24 +09:00
added new bins, changed the regex for domain bins, added some dev bins
This commit is contained in:
Executable
+4
@@ -0,0 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
docker-compose exec litespeed su -s /bin/bash lsadm -c "cd /usr/local/lsws/conf && addDomainCtl.sh $1"
|
||||
[ ! -d "./sites/$1" ] && mkdir -p ./sites/$1/{html,logs}
|
||||
|
||||
Reference in New Issue
Block a user