Skip to content
Snippets Groups Projects
Commit f50f2709 authored by Bob Mottram's avatar Bob Mottram
Browse files

Typos

parent 884ae3d3
No related branches found
No related tags found
No related merge requests found
......@@ -750,7 +750,7 @@ function install_gnusocial_plugin_sharings_theme {
chown -R www-data:www-data /var/www/$GNUSOCIAL_DOMAIN_NAME/htdocs
set_completions_param "gnusocial sharings plugin theme commit" "$SHARINGS_THEME_COMMIT"
set_completion_param "gnusocial sharings plugin theme commit" "$SHARINGS_THEME_COMMIT"
install_completed gnusocial_plugin_sharings_theme
}
......@@ -899,7 +899,7 @@ function install_gnusocial_theme {
fi
fi
set_completions_param "gnusocial theme commit" "$GNUSOCIAL_THEME_COMMIT"
set_completion_param "gnusocial theme commit" "$GNUSOCIAL_THEME_COMMIT"
chown -R www-data:www-data /var/www/$GNUSOCIAL_DOMAIN_NAME/htdocs
......@@ -938,7 +938,7 @@ function install_gnusocial_markdown {
echo "addPlugin('Markdown');" >> $gnusocial_config_file
fi
set_completions_param "gnusocial markdown commit" "$GNUSOCIAL_MARKDOWN_COMMIT"
set_completion_param "gnusocial markdown commit" "$GNUSOCIAL_MARKDOWN_COMMIT"
chown -R www-data:www-data $GNUSOCIAL_PATH
......@@ -983,7 +983,7 @@ function install_gnusocial_plugin_nsfw {
chown -R www-data:www-data /var/www/$GNUSOCIAL_DOMAIN_NAME/htdocs
set_completions_param "gnusocial NSFW plugin commit" "$GNUSOCIAL_NSFW_COMMIT"
set_completion_param "gnusocial NSFW plugin commit" "$GNUSOCIAL_NSFW_COMMIT"
install_completed gnusocial_plugin_nsfw
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment