From 7ef7ae78d41aa7524807a38b98e99fb5aa1504ea Mon Sep 17 00:00:00 2001 From: satackey <21271711+satackey@users.noreply.github.com> Date: Mon, 30 Dec 2019 12:48:03 +0900 Subject: [PATCH] no-browser-auth --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index a78c26c..2067604 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -10,7 +10,7 @@ if [ -n "$GOOGLE_CLIENT_ID" ]; then sed -i -e "s/;clientsecret=YOUR_GOOGLE_APP_SECRET/clientid=$GOOGLE_CLIENT_SECRET/" ~/.skicka.config fi -skicka upload -ignore-times "$UPLOAD_FROM" "$UPLOAD_TO" +skicka upload -no-browser-auth -ignore-times "$UPLOAD_FROM" "$UPLOAD_TO" # Remove outdated if [ $REMOVE_OUTDATED == "true" ]; then