From 5ab81172627665c38ea49514dedaa436892d4469 Mon Sep 17 00:00:00 2001 From: Adolfo Delorenzo Date: Thu, 4 Jan 2024 08:25:28 -0600 Subject: [PATCH] delete $random-port.temp --- gen_random.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/gen_random.sh b/gen_random.sh index 889bf54..69e34dd 100755 --- a/gen_random.sh +++ b/gen_random.sh @@ -31,4 +31,5 @@ curl --silent -X PUT --user "adelorenzo:dimi2014" https://couchdb.oe74.cloud/kk_ random_rev=`curl --silent -X GET https://adelorenzo:dimi2014@couchdb.oe74.cloud/kk_users/$random | jq -c '._rev' | sed 's/^.//' | sed 's/.$//'` curl --silent -X GET --user "adelorenzo:dimi2014" https://couchdb.oe74.cloud/kk_users/$random | jq '(.["vpn_port"] = '"$vpn_port"')' > $random-port.temp curl -X PUT -H "Content-Type: application/json" https://adelorenzo:dimi2014@couchdb.oe74.cloud/kk_users/$random --data @${random}-port.temp +rm $random-port.temp #curl --silent -H "Content-Type: text/x-yaml" -X PUT --data-binary @${random}-wg_server.yaml --user "adelorenzo:dimi2014" "https://couchdb.oe74.cloud/kk_users/${random}/${random}-wg_server.yaml?rev=$random_rev" > /dev/null