0
0
mirror of https://github.com/Doodle3D/doodle3d-firmware.git synced 2024-06-02 08:24:33 +02:00

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

View File

@ -41,7 +41,8 @@ if [ $RETURN_VALUE -ne 0 ]; then
fi fi
if [ $UPLOAD_FILES -eq 1 ]; then 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 cat <<-'EOM' > $DEST_DIR/$UPDATES_DIR/.htaccess
Options +Indexes Options +Indexes