Replace ghost

This commit is contained in:
Bob Mottram 2018-03-31 19:24:41 +01:00
parent c0ca86124d
commit 3ebb3e93ea
2 changed files with 2 additions and 2 deletions

View File

@ -54,7 +54,7 @@ function akaunting_remove_bad_links {
# copy jquery locally
jquery_version='1.12.4'
if [ ! -f jquery-${jquery_version}.js ]; then
cd "/var/www/$GHOST_DOMAIN_NAME/htdocs" || exit 3276324
cd "/var/www/$AKAUNTING_DOMAIN_NAME/htdocs" || exit 3276324
wget https://code.jquery.com/jquery-${jquery_version}.js
jquery_hash=$(sha256sum jquery-${jquery_version}.js | awk -F ' ' '{print $1}')
if [[ "$jquery_hash" != '430f36f9b5f21aae8cc9dca6a81c4d3d84da5175eaedcf2fdc2c226302cb3575' ]]; then

View File

@ -169,7 +169,7 @@ function set_default_onion_domains {
POSTACTIV_DOMAIN_NAME='postactiv.local'
GNUSOCIAL_DOMAIN_NAME='gnusocial.local'
HTMLY_DOMAIN_NAME='htmly.local'
GHOST_DOMAIN_NAME='ghost.local'
BLUDIT_DOMAIN_NAME='bludit.local'
DOKUWIKI_DOMAIN_NAME='dokuwiki.local'
DEFAULT_DOMAIN_NAME="${LOCAL_NAME}.local"
GIT_DOMAIN_NAME='gogs.local'