lots of changes

This commit is contained in:
Jonathan Hodgson 2019-02-20 07:38:41 +00:00
parent 9fac557661
commit cf80ba2c20
8 changed files with 58 additions and 17 deletions

View file

@ -113,7 +113,7 @@ function ptheme() {
}
function get_theme() {
public_html=${${PWD%/public_html*}%/wiki*}/public_html
public_html="${${PWD%/public_html*}%/wiki*}/public_html"
if [ -d $public_html ]; then
if [ -d $public_html/wp ]; then
wpPath=$public_html/wp;