We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3a7d39 commit cc77fd8Copy full SHA for cc77fd8
support/drop/dropbox_uploader.sh
@@ -20,7 +20,7 @@
20
#
21
22
#Default configuration file
23
-CONFIG_FILE=~/.dropbox_uploader
+CONFIG_FILE=${DROPBOX_UPLOADER_CONFIG_FILE:-~/.dropbox_uploader}
24
25
#Default chunk size in Mb for the upload process
26
#It is recommended to increase this value only if you have enough free space on your /tmp partition
0 commit comments