Skip to content

Commit

Permalink
no-browser-auth
Browse files Browse the repository at this point in the history
  • Loading branch information
satackey committed Dec 30, 2019
1 parent c5aa141 commit 7ef7ae7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7ef7ae7

Please sign in to comment.