diff --git a/CentOS-7/cms/wordpress-openlitespeed.sh b/CentOS-7/cms/wordpress-openlitespeed.sh new file mode 100644 index 0000000..2aa7ef8 --- /dev/null +++ b/CentOS-7/cms/wordpress-openlitespeed.sh @@ -0,0 +1,6 @@ +#!/bin/sh +curl -k -o /tmp/ols1clk.sh https://raw.githubusercontent.com/litespeedtech/ols1clk/master/ols1clk.sh +chmod 700 /tmp/ols1clk.sh +export IPADD=`ifconfig eth0 | grep 'inet ' | awk '{print $2}'` +/tmp/ols1clk.sh --wordpressplus $IPADD --quiet +cp /usr/local/lsws/password /root/passwords.txt