mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-01 00:03:18 +01:00
15 lines
203 B
Text
15 lines
203 B
Text
|
#!/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"
|
||
|
|
||
|
# Do doc export ?
|
||
|
DO_DOC=1
|
||
|
|