Bump postactiv commit
This commit is contained in:
parent
0ae213a7ea
commit
1269193713
|
@ -279,6 +279,7 @@ function gnusocial_set_title {
|
||||||
new_title=$(<$data)
|
new_title=$(<$data)
|
||||||
if [ ${#new_title} -gt 0 ]; then
|
if [ ${#new_title} -gt 0 ]; then
|
||||||
GNUSOCIAL_TITLE="$new_title"
|
GNUSOCIAL_TITLE="$new_title"
|
||||||
|
GNUSOCIAL_DOMAIN_NAME=$(get_completion_param "gnusocial domain")
|
||||||
write_config_param "GNUSOCIAL_TITLE" "$GNUSOCIAL_TITLE"
|
write_config_param "GNUSOCIAL_TITLE" "$GNUSOCIAL_TITLE"
|
||||||
cd /var/www/$GNUSOCIAL_DOMAIN_NAME/htdocs/static
|
cd /var/www/$GNUSOCIAL_DOMAIN_NAME/htdocs/static
|
||||||
sed -i "s|\"name\":.*|\"name\": \"${GNUSOCIAL_TITLE}\",|g" config.json
|
sed -i "s|\"name\":.*|\"name\": \"${GNUSOCIAL_TITLE}\",|g" config.json
|
||||||
|
|
|
@ -37,7 +37,7 @@ POSTACTIV_DOMAIN_NAME=
|
||||||
POSTACTIV_CODE=
|
POSTACTIV_CODE=
|
||||||
POSTACTIV_ONION_PORT=8100
|
POSTACTIV_ONION_PORT=8100
|
||||||
POSTACTIV_REPO="https://git.postactiv.com/postActiv/postActiv.git"
|
POSTACTIV_REPO="https://git.postactiv.com/postActiv/postActiv.git"
|
||||||
POSTACTIV_COMMIT='6fad887ce82ac8826f1798e393e8c78a2eaf3d91'
|
POSTACTIV_COMMIT='8079a81aead78015e48bd894270f78ed67dc49e9'
|
||||||
POSTACTIV_ADMIN_PASSWORD=
|
POSTACTIV_ADMIN_PASSWORD=
|
||||||
|
|
||||||
POSTACTIV_BACKGROUND_IMAGE_URL=
|
POSTACTIV_BACKGROUND_IMAGE_URL=
|
||||||
|
@ -264,6 +264,7 @@ function postactiv_set_title {
|
||||||
new_title=$(<$data)
|
new_title=$(<$data)
|
||||||
if [ ${#new_title} -gt 0 ]; then
|
if [ ${#new_title} -gt 0 ]; then
|
||||||
POSTACTIV_TITLE="$new_title"
|
POSTACTIV_TITLE="$new_title"
|
||||||
|
POSTACTIV_DOMAIN_NAME=$(get_completion_param "postactiv domain")
|
||||||
write_config_param "POSTACTIV_TITLE" "$POSTACTIV_TITLE"
|
write_config_param "POSTACTIV_TITLE" "$POSTACTIV_TITLE"
|
||||||
cd /var/www/$POSTACTIV_DOMAIN_NAME/htdocs/static
|
cd /var/www/$POSTACTIV_DOMAIN_NAME/htdocs/static
|
||||||
sed -i "s|\"name\":.*|\"name\": \"${POSTACTIV_TITLE}\",|g" config.json
|
sed -i "s|\"name\":.*|\"name\": \"${POSTACTIV_TITLE}\",|g" config.json
|
||||||
|
|
Loading…
Reference in New Issue