From 2d46d2333089d22ae738618ca076955231ee84db Mon Sep 17 00:00:00 2001 From: kadma Date: Sat, 31 Aug 2024 23:44:30 -0500 Subject: [PATCH] mini update --- onedrive/cron/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/onedrive/cron/Dockerfile b/onedrive/cron/Dockerfile index f8bb298..76019b4 100644 --- a/onedrive/cron/Dockerfile +++ b/onedrive/cron/Dockerfile @@ -14,7 +14,7 @@ ENV TOKEN="token" ENV PASSWORD_WEB="pass" -ENV SUPERCOMANDO='curl -X POST -H "Content-Type: application/json" -d ''{"password":$PASSWORD_WEB ,"refresh_token":$TOKEN}'' "$IP_PING"' +ENV SUPERCOMANDO='curl -X POST -H "Content-Type: application/json" -d '{"password": "$PASSWORD_WEB" ,"refresh_token": "$TOKEN"}' "$IP_PING"' RUN chmod +x run.sh