#!/bin/sh # List of local files which will be install in web root LOCAL_FILES=" " LOG_FILE="$ROOT_DIR/upgrade.log" # The theme name to install (optional) #THEME="mytheme" # The theme name in reference for template/CSS/image files THEME_TPL_REF="default" THEME_CSS_REF="default" THEME_IMG_REF="default" # Webserver service reload command to run on gettext MO files changed #WEBSERVER_RELOAD_CMD='sudo service apache2 force-reload'