Replace ghost
This commit is contained in:
parent
c0ca86124d
commit
3ebb3e93ea
|
@ -54,7 +54,7 @@ function akaunting_remove_bad_links {
|
||||||
# copy jquery locally
|
# copy jquery locally
|
||||||
jquery_version='1.12.4'
|
jquery_version='1.12.4'
|
||||||
if [ ! -f jquery-${jquery_version}.js ]; then
|
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
|
wget https://code.jquery.com/jquery-${jquery_version}.js
|
||||||
jquery_hash=$(sha256sum jquery-${jquery_version}.js | awk -F ' ' '{print $1}')
|
jquery_hash=$(sha256sum jquery-${jquery_version}.js | awk -F ' ' '{print $1}')
|
||||||
if [[ "$jquery_hash" != '430f36f9b5f21aae8cc9dca6a81c4d3d84da5175eaedcf2fdc2c226302cb3575' ]]; then
|
if [[ "$jquery_hash" != '430f36f9b5f21aae8cc9dca6a81c4d3d84da5175eaedcf2fdc2c226302cb3575' ]]; then
|
||||||
|
|
|
@ -169,7 +169,7 @@ function set_default_onion_domains {
|
||||||
POSTACTIV_DOMAIN_NAME='postactiv.local'
|
POSTACTIV_DOMAIN_NAME='postactiv.local'
|
||||||
GNUSOCIAL_DOMAIN_NAME='gnusocial.local'
|
GNUSOCIAL_DOMAIN_NAME='gnusocial.local'
|
||||||
HTMLY_DOMAIN_NAME='htmly.local'
|
HTMLY_DOMAIN_NAME='htmly.local'
|
||||||
GHOST_DOMAIN_NAME='ghost.local'
|
BLUDIT_DOMAIN_NAME='bludit.local'
|
||||||
DOKUWIKI_DOMAIN_NAME='dokuwiki.local'
|
DOKUWIKI_DOMAIN_NAME='dokuwiki.local'
|
||||||
DEFAULT_DOMAIN_NAME="${LOCAL_NAME}.local"
|
DEFAULT_DOMAIN_NAME="${LOCAL_NAME}.local"
|
||||||
GIT_DOMAIN_NAME='gogs.local'
|
GIT_DOMAIN_NAME='gogs.local'
|
||||||
|
|
Loading…
Reference in New Issue