diff options
author | ichdasich <ichdasich@29ba0400-6e00-0410-a75a-ca02368028f8> | 2008-09-26 22:01:57 +0000 |
---|---|---|
committer | ichdasich <ichdasich@29ba0400-6e00-0410-a75a-ca02368028f8> | 2008-09-26 22:01:57 +0000 |
commit | 99e5103abf81f933cd116cf0f8a2b097972a30b8 (patch) | |
tree | b040965908b1da87b2ffd7e4e46f7874155cd6ae /DEV | |
parent | 6b9d8cd76fcba08de3742d314b171585a563f6d9 (diff) |
updated install.sh
git-svn-id: svn://svn.cccv.de/engel-system@298 29ba0400-6e00-0410-a75a-ca02368028f8
Diffstat (limited to 'DEV')
-rw-r--r-- | DEV/install.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/DEV/install.sh b/DEV/install.sh index d17b38bb..722f2eb9 100644 --- a/DEV/install.sh +++ b/DEV/install.sh @@ -54,6 +54,7 @@ echo "setting up mysql" echo "setting sources in place" cp -r `pwd`/engel-system/www/* /var/www/http/ cp -r `pwd`/engel-system/www-ssl/* /var/www/https/ + cp -r `pwd`/engel-system/includes/ /var/www/ cp -r `pwd`/engel-system/default-conf/www-ssl/inc/* /var/www/https/inc/ rm /var/www/https/inc/config.php |