mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-01 00:03:18 +01:00
18 lines
435 B
Bash
18 lines
435 B
Bash
#!/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'
|