Update entrypoint.sh
Browse files- 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
|
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
|