mirror of
https://github.com/Doodle3D/doodle3d-firmware.git
synced 2024-12-22 11:03:48 +01:00
Update path to update directory on webserver.
This commit is contained in:
parent
f5bf9c279d
commit
493728b3bb
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user