Przeglądaj źródła

Updated WRITABLE_PATH at start-wekan.sh and start-wekan.bat .

Thanks to xet7 !
Lauri Ojansivu 3 lat temu
rodzic
commit
10555e1514
2 zmienionych plików z 2 dodań i 3 usunięć
  1. 1 2
      start-wekan.bat
  2. 1 1
      start-wekan.sh

+ 1 - 2
start-wekan.bat

@@ -13,8 +13,7 @@ SET MONGO_URL=mongodb://127.0.0.1:27017/wekan
 
 REM Writable path for temporary saving attachments during migration to Meteor-Files
 REM Create directory wekan-uploads
-MD wekan-uploads
-SET WRITABLE_PATH=wekan-uploads
+SET WRITABLE_PATH=..
 
 REM # https://github.com/wekan/wekan/wiki/Troubleshooting-Mail
 REM SET MAIL_URL=smtps://username:password@email-smtp.eu-west-1.amazonaws.com:587/

+ 1 - 1
start-wekan.sh

@@ -10,7 +10,7 @@
       export MONGO_URL='mongodb://127.0.0.1:27017/wekan'
       #---------------------------------------------
       # WRITEABLE PATH
-      export WRITABLE_PATH=./wekan-uploads
+      export WRITABLE_PATH=..
       #---------------------------------------------
       # Production: https://example.com/wekan
       # Local: http://localhost:2000