2ch commited on
Commit
66efe45
·
verified ·
1 Parent(s): 8c0e1a0

Update entrypoint.sh

Browse files
Files changed (1) hide show
  1. entrypoint.sh +1 -1
entrypoint.sh CHANGED
@@ -20,5 +20,5 @@ WEBDAV_USER=${WEBDAV_USER:-"[email protected]"}
20
  WEBDAV_PASSWORD=${WEBDAV_PASSWORD:-"password"}
21
  WEBDAV_URL=${WEBDAV_URL:-"https://webdav.yandex.com/sillytavern"}
22
 
23
- nohup /tavern/webdav-sync -local_path /tavern/data -password "$WEBDAV_PASSWORD" -user "$WEBDAV_USER" -uri "$WEBDAV_URL" -log_level warn 2>&1 &
24
  exec node /tavern/server.js
 
20
  WEBDAV_PASSWORD=${WEBDAV_PASSWORD:-"password"}
21
  WEBDAV_URL=${WEBDAV_URL:-"https://webdav.yandex.com/sillytavern"}
22
 
23
+ nohup /tavern/webdav-sync -local_path /tavern/data -password "$WEBDAV_PASSWORD" -user "$WEBDAV_USER" -uri "$WEBDAV_URL" -log_level error 2>&1 &
24
  exec node /tavern/server.js