Update path to update directory on webserver.

This commit is contained in:
Wouter R 2013-12-18 13:29:53 +01:00
parent f5bf9c279d
commit 493728b3bb
1 changed files with 2 additions and 1 deletions

View File

@ -41,7 +41,8 @@ if [ $RETURN_VALUE -ne 0 ]; then
fi
if [ $UPLOAD_FILES -eq 1 ]; then
UPLOAD_PATH=$BASE_URL:public_html/updates
#UPLOAD_PATH=$BASE_URL:public_html/updates
UPLOAD_PATH=$BASE_URL:doodle3d.com/DEFAULT/updates
cat <<-'EOM' > $DEST_DIR/$UPDATES_DIR/.htaccess
Options +Indexes