Update site
This commit is contained in:
parent
698e88761e
commit
09a4f3e9ce
1 changed files with 4 additions and 1 deletions
|
@ -4,7 +4,10 @@ DIRECTORY=$(cd `dirname $0` && pwd)
|
|||
GIT_SITE_DIR=$DIRECTORY/../config/site
|
||||
LOCAL_SITE_DIR=/var/www-download
|
||||
|
||||
files='*.php resource/* tile_sources.xml favicon.ico'
|
||||
files='*.php tile_sources.xml favicon.ico'
|
||||
for f in $files ; do
|
||||
cp $GIT_SITE_DIR/$f $LOCAL_SITE_DIR/ -u;
|
||||
done
|
||||
|
||||
cp $GIT_SITE_DIR/resource/* $LOCAL_SITE_DIR/resource/* -u;
|
||||
|
||||
|
|
Loading…
Reference in a new issue