diff options
author | Lauri Ojansivu <x@xet7.org> | 2019-08-11 04:12:01 +0300 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2019-08-11 04:12:01 +0300 |
commit | 3b526cad40a6e15036db934042e6f2bbd048704a (patch) | |
tree | 34328041086c608225b244c937ccc215747ed19e /snap-src/bin | |
parent | 55f0ac959abe0e61432162f913f3b556b607c933 (diff) | |
download | wekan-3b526cad40a6e15036db934042e6f2bbd048704a.tar.gz wekan-3b526cad40a6e15036db934042e6f2bbd048704a.tar.bz2 wekan-3b526cad40a6e15036db934042e6f2bbd048704a.zip |
Update attachments help.
Diffstat (limited to 'snap-src/bin')
-rwxr-xr-x | snap-src/bin/wekan-help | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/snap-src/bin/wekan-help b/snap-src/bin/wekan-help index 5c405e1f..479aefdf 100755 --- a/snap-src/bin/wekan-help +++ b/snap-src/bin/wekan-help @@ -81,9 +81,9 @@ echo -e "\t$ snap set $SNAP_NAME image-compress-ratio='80'" echo -e "Disabled:" echo -e "\t$ snap set $SNAP_NAME image-compress-ratio=''" echo -e "\n" -echo -e "Allow to set attachment upload into specified server location https://github.com/wekan/wekan/pull/2603" +echo -e "Allow to set attachment upload into specified server location. Create that directory first. https://github.com/wekan/wekan/pull/2603" echo -e "Example:" -echo -e "\t$ snap set $SNAP_NAME attachments-store-path='/tmp/attachments'" +echo -e "\t$ snap set $SNAP_NAME attachments-store-path='/var/snap/wekan/common/attachments'" echo -e "Disabled:" echo -e "\t$ snap set $SNAP_NAME attachments-store-path=''" echo -e "\n" |