diff --git a/src/freedombone-app-akaunting b/src/freedombone-app-akaunting index b6a8d7c8..2a698a9a 100755 --- a/src/freedombone-app-akaunting +++ b/src/freedombone-app-akaunting @@ -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 diff --git a/src/freedombone-utils-onion b/src/freedombone-utils-onion index 41772866..f0ab1ac2 100755 --- a/src/freedombone-utils-onion +++ b/src/freedombone-utils-onion @@ -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'