3 if [[ $UID != 0 ]]; then
4 echo You need to run this
script as root.
8 cd /usr
/share
/webapps
/mindtouch
/config
10 CONFIG_FILES
="LocalSettings.php mindtouch.host.conf mindtouch.deki.startup.xml"
12 for file in $CONFIG_FILES; do
13 install -m 644 $file /etc
/webapps
/mindtouch
14 if [[ "$?" != "0" ]]; then
19 if [[ $SUCCESS == true
]]; then