Skip to content

Commit

Permalink
Create wordpress-openlitespeed.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
litespeedtech committed Sep 12, 2016
1 parent 0c0eb06 commit 44fdf4e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CentOS-7/cms/wordpress-openlitespeed.sh
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 44fdf4e

Please sign in to comment.