summaryrefslogtreecommitdiffstats
path: root/snap-src
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2019-08-11 04:12:01 +0300
committerLauri Ojansivu <x@xet7.org>2019-08-11 04:12:01 +0300
commit3b526cad40a6e15036db934042e6f2bbd048704a (patch)
tree34328041086c608225b244c937ccc215747ed19e /snap-src
parent55f0ac959abe0e61432162f913f3b556b607c933 (diff)
downloadwekan-3b526cad40a6e15036db934042e6f2bbd048704a.tar.gz
wekan-3b526cad40a6e15036db934042e6f2bbd048704a.tar.bz2
wekan-3b526cad40a6e15036db934042e6f2bbd048704a.zip
Update attachments help.
Diffstat (limited to 'snap-src')
-rwxr-xr-xsnap-src/bin/wekan-help4
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"